.testimonials--homepage {
    background: #EEEEEE;
}

.testimonials__text,
.testimonials__image {
    position: relative;
    width: 100%;
}

.testimonials__text {
    z-index: 1;
    padding: 70px 22px 28px;
}

.testimonial-slider {
    margin: 0 -15px;
    padding-bottom: 36px;
}

.testimonial-item {
    padding: 0 15px;
}

.testimonial {
    background: #fff;
    border-radius: 12px;
    padding: 28px 35px;
}

.testimonial__star {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 11px;
    font-size: 25px;
    line-height: 1em;
    color: #0072BC;
}

.testimonial__details p {
    color: rgba(0,39,69,0.8);
}


.testimonial__details {
    height: 212px;
    width: 100%;
    padding: 0 34px 0 0;
    overflow: hidden;
    /* @supports not (selector(::-webkit-scrollbar-thumb)) {
        scrollbar-color: rgba(47,47,47,0.61) #EEEEEE;
        scrollbar-width: thin;
    } */
}

/* .testimonial__details:hover {
    @supports not (selector(::-webkit-scrollbar-thumb)) {
        scrollbar-color: rgba(47,47,47,0.61) #EEEEEE;
    }
}

.testimonial__details::-webkit-scrollbar {
    width: 10px;
}

.testimonial__details::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #EEEEEE;
}

.testimonial__details::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(47,47,47,0.61);
} */

.testimonial__details {
    .scrollbar-track-y {
        opacity: 1;
        border-radius: 8px;
        overflow: hidden;
        background-color: #EEEEEE;
    }

    .scrollbar-thumb-y {
        border-radius: 8px;
        background-color: rgba(47,47,47,0.61);
    }
}


.testimonial__author {
    margin-bottom: 0;
    margin-top: 16px;
    font-size: 20px;
}

.testimonial-slider .slick-arrow {
    bottom: -106px;
}

.testimonial-slider .slick-disabled {
    opacity: 0.49;
}


.testimonial-slider .slick-prev {
    left: 15px;
}

.testimonial-slider .slick-next {
    right: auto;
    left: 62px;
}

@media (min-width: 768px) {

    .testimonials__text {
        padding: 80px 0px 0 52px;
    }

    .testimonial {
        width: 438px;
    }

    .testimonial__details {
        height: 170px;
    }

    .testimonial-slider .slick-arrow {
        bottom: -38px;
    }

    .testimonial-slider .slick-disabled {
        opacity: 0.49;
    }

    .testimonial-slider .slick-prev {
        left: auto;
        right: 114px;
    }

    .testimonial-slider .slick-next {
        right: 67px;
        left: auto;
    }

    .testimonials__image {
        margin-top: -102px;
    }
}


@media (min-width: 1200px) {

    .testimonials {
        flex-direction: row-reverse;
    }

    .testimonials__text {
        padding: 96px 0px 112px 27px;
        width: calc(50% + 147px);
    }

    .testimonials__image {
       width: calc(50% - 147px);
       margin-top: 0;
    }

    .testimonials__image img {
        position: absolute;
        top: 0;
        left: 0;
        object-position: right;
    }

    .testimonial-slider {
        padding-top: 10px;
    }

    .testimonial-slider .slick-prev {
        left: 328px;
        right: auto;
    }

    .testimonial-slider .slick-next {
        right: auto;
        left: 375px;
    }

    .testimonials__text__wrapper h2 {
        margin-bottom: 17px;
    }
}

.testimonials--full .testimonials__text {
    padding: 0;
    width: 100%;
}


.testimonial-slider-full {
    margin: 0 -16px;
    padding: 0 22px 24px;
}

@media (max-width: 767px) {
    .testimonial-slider-full {
        margin-inline: 0;
    }
}

.testimonial-slider-full .testimonial-item {
    padding: 16px;
}

.testimonial-slider-full .testimonial {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 4px 16px 0 rgba(47, 47, 47, 0.20);
}

.testimonials__bttn {
    padding-bottom: 60px;
}

.no--cta .testimonial-slider-full .slick-arrow {
    bottom: -38px;
}

.testimonial-slider-full .slick-arrow {
    bottom: -104px;
}

.testimonial-slider-full .slick-prev {
    left: 38px;
}

.testimonial-slider-full .slick-next {
    right: auto;
    left: 85px;
}

@media (min-width: 768px) {
    
    .testimonial-slider-full {
        padding-right: 0;
        padding-left: 52px;
    }

    .testimonials__bttn {
        padding-bottom: 0;
    }

    .testimonial-slider-full .slick-arrow {
        bottom: -38px;
    }

    .testimonial-slider-full .slick-prev {
        right: 115px;
        left: auto;
    }

    .testimonial-slider-full .slick-next {
        right: 68px;
        left: auto;
    }
}

@media (min-width: 1200px) {
    
    .testimonial-slider-full {
        padding-right: 0;
        padding-left: 0;
    }

    .testimonials__bttn {
        padding-bottom: 0;
    }

    .testimonial-slider-full .slick-arrow {
        bottom: -38px;
    }

    .testimonial-slider-full .slick-prev {
        right: 50%;
        margin-right: 198px;
    }

    .testimonial-slider-full .slick-next {
       right: 50%;
        margin-right: 152px;
    }
}

@media (min-width: 1366px) {

    .testimonial-slider-full .slick-prev {
        margin-right: 248px;
    }

    .testimonial-slider-full .slick-next {
        margin-right: 202px;
    }
}

@media (min-width: 1367px) {

    .testimonial-slider-full .slick-prev {
        margin-right: 288px;
    }

    .testimonial-slider-full .slick-next {
        margin-right: 242px;
    }
}