.testimonial-carousel {
    overflow: hidden;
}

.testimonial-carousel .swiper-slide {
    height: auto;
}

.testimonial-carousel .testimonial {
    border-radius: 8px;
    border: 1px solid #EFEFEF;
    background: #FFF;
    padding: 24px;
    height: 100%;
    color: rgba(0, 0, 0, 0.65);
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.testimonial-carousel .testimonial .testimonial-stars {
    max-width: 90px;
}

.testimonial-carousel .testimonial h4 {
    margin: 0;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%; /* 28px */
}

.testimonial-carousel .testimonial p:last-of-type {
    margin-bottom: 0;
}

.testimonial-carousel .testimonial h5 {
    margin-top: 0;
    margin-bottom: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
}

.testimonial-carousel .swiper-button-prev, 
.testimonial-carousel .swiper-button-next {
    border-radius: var(--M, 8px);
    border: 1px solid var(--Lines-Dark, #A7A7A7);
    background: var(--Backgrounds-BG-0, #FFF);
    height: 40px;
    width: 40px;
    color: #232323;
    top: -50px;
    right: 0;
}

.testimonial-carousel .swiper-button-prev:after, 
.testimonial-carousel .swiper-button-next:after {
    font-size: 12px;
    font-weight: 600;
}

.testimonial-carousel .swiper-button-prev {
    right: 52px;
    left: auto;
}