@media only screen and (max-width:575px) {
    .mt-responsive-lg-200 {
        margin-top: 100px;
    }
    .text-edits{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items:center;
    }
        .text-edits p {
        font-weight: 700;
        font-size: 18px;
        line-height: 23.36px;
        letter-spacing: 0%;
        vertical-align: middle;
        color: rgba(0, 88, 179, 1);
    }
        .text-edits h6 {
        font-weight: 600;
        font-size: 16px;
        line-height: 23.36px;
        letter-spacing: 0%;
        text-align:center;
        color: rgba(52, 52, 52, 1);

    }

    .section-title {
        width: 100%;
        height: 90px;
        top: 3930px;
        left: 398px;
        border-width: 1px;
        border-top-right-radius: 48px;
        border-bottom-left-radius: 48px;
        background: rgba(227, 215, 205, 1);
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        font-size: 24.0px;
        line-height: 23.36px;
        letter-spacing: 0%;
        vertical-align: middle;
        margin-bottom: 12px;

    }

}