.сustomer-review-not_block {
    background: url(../image/сustomer-review-bg.webp) no-repeat;
    background-size: cover;
    background-position: center;
    width: auto;
    padding: 70px 0;
    margin: 50px 10px;
    border-radius: 12px;
}

.сustomer-review-not_content {
    padding: 52px 0 0;
}

.сustomer-review_text blockquote {
    padding: 0;
    margin: 0 0 20px;
    border: none;
    background-color: transparent;
}

.сustomer-review_text blockquote p {
    position: relative;
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #252525;
}

.сustomer-review-not_content .сustomer-review_text blockquote p::before {
    position: absolute;
    top: -40px;
    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: 34px;
    height: 34px;
}

.сustomer-review-not_content .сustomer-review_text blockquote p::after {
    position: absolute;
    bottom: -40px;
    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: 34px;
    height: 34px;
}

.сustomer-review_content div {
    flex: 1 1 calc(50% - 75px);
}

.сustomer-review_avtor__content p {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #252525;
}

.сustomer-review_avtor__content span {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #676767;
}