.custom-customer-reviews{background-color: #fff;}
.custom-customer-reviews .card-box{--border-radius-container:15px;border-radius: var(--border-radius-container);}
.custom-customer-reviews .card-box .card-box__text p{color: rgba(58, 58, 62, 0.80);font-family: var(--font-body-family);line-height: 1.75;}
.custom-customer-reviews .card-box .card-box__content{padding: 2.5rem 1.9rem;}
.custom-customer-reviews .card-box .card-box__text{margin-top: 1.13rem;}
.custom-customer-reviews .card-box span.card-box--review__author {margin-top: 40px;font-family: var(--font-heading-family);font-size: 15px;font-weight: 400;}

.custom-customer-reviews .card-box-link,
.custom-customer-reviews .card-box{height: 100%;}

@media screen and (max-width:575px){
    .custom-customer-reviews .card-box .card-box__content {padding: 1rem 1rem;}
}