.reviews-backbar {
    background: var(--teal);
    height: 28px;
    display: flex;
    align-items: center;
}

.reviews-backbar .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.reviews-back {
    margin-left: 0;
}

.reviews-back {
    margin-left: 20px;
    color: var(--white);
    font-size: 1.4rem;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.reviews-back {
    color: var(--white);
    font-size: 1.35rem;
    font-weight: 700;
    text-decoration: none;
    line-height: 1;
}

.reviews-layout {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 32px;
    padding: 28px 0 64px;
    align-items: start;
}

.reviews-left h1 {
    position: relative;
    z-index: 2;
    width: 72%;
    margin: 0 0 -125px;
    padding: 0 0 16px;
    background: var(--white);
    color: var(--teal);
    font-size: clamp(2.4rem, 3.7vw, 50px);
    font-weight: 700;
    line-height: .92;
    border-radius: 0 0 24px 0;
}

.reviews-photo-card {
    position: relative;
    overflow: hidden;
    border-radius: 0 24px 24px 24px;
}

.reviews-photo-card img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: 50% 50%;
}

.reviews-photo-stat {
    position: absolute;
    right: 22px;
    bottom: 20px;
    color: var(--white);
    text-align: right;
}

.reviews-photo-stat strong {
    display: block;
    font-size: 4.2rem;
    font-weight: 700;
    line-height: .78;
    color: var(--white);
}

.reviews-photo-stat span {
    display: block;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
}

.reviews-cta {
    margin-top: 30px;
}

.reviews-cta h2 {
    margin: 0 0 12px;
    color: var(--teal);
    font-size: clamp(2rem, 3.2vw, 3.7rem);
    font-weight: 700;
    line-height: 1;
}

.reviews-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--teal);
    color: var(--white);
    border-radius: 999px;
    padding: 9px 28px;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.reviews-right {
    overflow: hidden;
}

.reviews-page-testimonials-slider {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.reviews-page-testimonials-track {
    display: flex;
    width: max-content;
    will-change: transform;
}

.reviews-page-testimonial-slide {
    flex: 0 0 auto;
    width: 420px;
    padding: 0 10px;
}

.reviews-page-testimonial-slide img {
    display: block;
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center;
    border-radius: 22px;
}

@media(max-width:991px) {
    .reviews-page-testimonial-slide {
        width: 300px;
    }

    .reviews-page-testimonial-slide img {
        height: 330px;
    }
}

@media(max-width:767px) {
    .reviews-page-testimonial-slide {
        width: 82vw;
    }

    .reviews-page-testimonial-slide img {
        height: 300px;
    }
}

@media(max-width:991px) {
    .reviews-layout {
        grid-template-columns: 1fr;
    }

    .reviews-left h1 {
        width: 100%;
        margin-bottom: 10px;
    }

    .reviews-right {
        height: auto;
        padding-top: 0;
    }

    .reviews-layout {
        grid-template-columns: 1fr;
        gap: 30px;
        overflow: hidden;
    }

    .reviews-right {
        width: 100%;
        overflow: hidden;
    }

    .reviews-page-testimonials-slider {
        width: 100%;
        overflow: hidden;
    }

    .reviews-page-testimonials-track {
        display: flex;
        width: max-content;
    }

    .reviews-page-testimonial-slide {
        width: 48vw;
        max-width: 340px;
        padding: 0 10px;
    }

    .reviews-page-testimonial-slide img {
        width: 100%;
        height: 450px;
        object-fit: cover;
        border-radius: 22px;
    }
}

@media(max-width:767px) {
    .reviews-layout {
        padding: 24px 0 44px;
        gap: 24px;
    }

    .reviews-left h1 {
        font-size: 2.4rem;
    }

    .reviews-photo-card img {
        height: 260px;
    }

    .reviews-photo-stat strong {
        font-size: 3rem;
    }

    .reviews-photo-stat span {
        font-size: 1rem;
    }

    .reviews-cta h2 {
        font-size: 2rem;
    }

    .reviews-btn {
        font-size: 1.1rem;
    }

    @media(max-width:767px) {
        .reviews-layout {
            grid-template-columns: 1fr;
            overflow: hidden;
        }

        .reviews-right {
            width: 100%;
            max-width: 100%;
            overflow: hidden;
        }

        .reviews-page-testimonials-slider {
            width: 100%;
            max-width: 100%;
            overflow: hidden;
        }

        .reviews-page-testimonials-track {
            display: flex;
            width: max-content;
        }

        .reviews-page-testimonial-slide {
            width: 86vw;
            max-width: 320px;
            padding: 0 8px;
        }

        .reviews-page-testimonial-slide img {
            width: 100%;
            height: 450px;
            object-fit: cover;
            border-radius: 22px;
        }
    }
}