@media (max-width: 1100px) {}

@media (max-width: 768px) {
    .сustomer-review-not_content {
        padding: 35px 0 0;
    }

    .сustomer-review_text blockquote p {
        font-size: 18px;
    }

    .сustomer-review_text blockquote {
        margin: 0 0 10px;
    }

    .сustomer-review-not_content .сustomer-review_text blockquote p::before {
        position: absolute;
        top: -30px;
        left: 0;
        content: '';
        background: url(/wp-content/themes/faktor-template/templates/modules/customer-review-not/image/bk_before.svg) no-repeat center;
        background-size: contain;
        width: 24px;
        height: 24px;
    }

    .сustomer-review-not_content .сustomer-review_text blockquote p::after {
        position: absolute;
        bottom: -30px;
        right: 0;
        content: '';
        background: url(/wp-content/themes/faktor-template/templates/modules/customer-review-not/image/bk_after.svg) no-repeat center;
        background-size: contain;
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 450px) {
    .сustomer-review-not_block {
        background: url(../image/сustomer-review-bg_mob.webp) no-repeat;
        background-size: cover;
        background-position: left;
        margin: 22.5px 15px;
        padding: 30px 0;
    }
}