.cabb-block.testimonials {
    max-width: none;
    width: 100% !important;
    padding: 0;
}

.cabb-block.testimonials .block_wrap {
    width: 100%;
    padding: 80px 20px;
    margin: 0 auto !important;
}

.cabb-block.testimonials .block_inner {
    max-width: var(--max-width);
    margin: 0 auto;
}

.cabb-block.testimonials .block_title {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 48px;
}

.cabb-block.testimonials .testimonials_list {
    display: flex;
    flex-wrap: wrap;
    margin: -16px;
}

.cabb-block.testimonials .testimonial_item {
    flex: 1;
    padding: 16px;
}

.cabb-block.testimonials .testimonial_item .item_inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    padding: 24px;
    height: 100%;
}

.cabb-block.testimonials .testimonial_item .quote {
    font-size: 56px;
    line-height: 1;
    color: var(--cabb-color-main);
    height: 21px;
    overflow: hidden;
    padding-bottom: 18px;
    box-sizing: content-box;
}

.cabb-block.testimonials .testimonial_item .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.55;
    padding-bottom: 10px;
}

.cabb-block.testimonials .testimonial_item .review {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.55;
}

.cabb-block.testimonials .testimonial_item .author {
    display: flex;
    align-items: center;
    padding-top: 24px;
}

.cabb-block.testimonials .testimonial_item .author_name {
    width: 200px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.44;
}

.cabb-block.testimonials .testimonial_item .author_avatar {
    margin-right: 16px;
}

.cabb-block.testimonials .testimonial_item .author_avatar img {
    object-fit: cover;
    object-position: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
}

.cabb-block.testimonials .bottom_note {
    font-size: 18px;
    line-height: 1.5;
    font-style: italic;
    text-align: center;
    padding-top: 35px;
    max-width: 800px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .cabb-block.testimonials .testimonial_item {
        flex: none;
        width: 100%;
    }

    .cabb-block.testimonials .testimonial_item .item_inner {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    .cabb-block.testimonials .block_title {
        font-size: 28px;
    }
}