@media only screen and (max-width : 991px) {
    .mt-responsive-lg-200 {
        margin-top: 90px;
    }
    /* .category-item{
        height: 240px;
    } */
        .section-title {
        width: 100%;
        height: 112px;
        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: 30.0px;
        line-height: 23.36px;
        letter-spacing: 0%;
        vertical-align: middle;
        margin-bottom: 22px;

    }
        .banner-edits {
        max-width: 1458px;
        /* height: 312px; */
        /* top: 5764px;
        left: 398px; */
        border-radius: 6px;
        border-width: 1px;
        background: rgba(233, 225, 222, 1);
        border: 1px solid rgba(218, 219, 213, 1);
        gap: 20px;
    }

}