.about-area-six,
.faq-area {
    background: #fcd2ac !important;
    padding-top: 15px;
    margin-top: -15px;
}


.about-area-six,
section.faq-area {
    padding: 80px 0;
}


.ck-content>*:not(.simple-slider-wrapper) {
    padding-left: unset ! important;
    padding-right: unset ! important;
}

@media (max-width: 767px) {
    .faq-img-wrap img:first-child {
        aspect-ratio: unset;
        width: unset;
    }

    .faq-img-wrap {
        margin-right: 0px;
    }

    .about-area-six,
    section.faq-area {
        padding: 50px 0;
    }


    .about-list {
        padding-top: 20px;
    }

    .about-img-six {
        padding-top: 0px;
        margin-bottom: 0px;
    }

    .about-content-six {
        margin-top: 20px;
    }

    .mb-30 {
        margin-bottom: 5px;
    }

    /* OVERFLOW FIX */

    .about-area-six {
        position: relative;
        overflow: hidden;

    }

    .about-area-six .ball {
        position: absolute;
        max-width: 100%;
    }

    /* BODY OVERFLOW HIDE */

    html,
    body {
        overflow-x: hidden;
    }
}