
.testimonial-card-left {
    padding-bottom: 16px;
    text-align: center;
}

.testimonial-card-slider {
    margin: 0 -16px;
    padding-bottom: 69px;
}

.testimonial-card-item {
    padding: 16px;
}

.testimonial-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 16px rgba(51,51,51,0.2);
    padding: 25px;
}

.ti-review-item {
    box-shadow: 0 4px 16px rgba(51,51,51,0.2);
    border-radius: 15px;
    padding: 25px;
    margin: 20px 15px;    
}

.testimonial-card__details {
    height: 150px;
    width: 100%;
    overflow: auto;
    padding: 0 30px 0 0;
    overflow: auto;
    @supports not (selector(::-webkit-scrollbar-thumb)) {
        scrollbar-color: rgba(51,51,51,0.53) rgba(51,51,51,0.19);
        scrollbar-width: thin;
    }
}

.bg-dark-blue .testimonial-card__details {
    color: var(--paragraph-color);
}

.testimonial-card__details p {
    line-height: 1.375em;
}

.testimonial-card__details::-webkit-scrollbar {
    width: 7px;
}

.testimonial-card__details::-webkit-scrollbar-track {
    border-radius: 7px;
    background-color: rgba(51,51,51,0.19);
}

.testimonial-card__details::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background-color: rgba(51,51,51,0.53);
}

.testimonial-card__bottom {
    margin-top: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial-card__star {
    color: #FFC72E;
    font-size: 14px;
    display: flex;
    gap: 2px;
    margin-bottom: 20px;
}

.testimonial-card__author {
    color: #333;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.testimonial-card-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.testimonial-card-left-grid {
    margin: 0 auto 20px;
    text-align: center;
}

.testimonial-slider-arrows {
    position: relative;
}

@media (min-width: 768px) {
    

    .testimonial-card-slider {
        padding-bottom: 0;
    }

    .testimonial-card-right__wrap {
        margin-right: -52px;
    }

    .testimonial-card-right-grid .testimonial-card-right__wrap {
        margin-right: 0;
    }

    .testimonial-card {
        width: 385px;
    }

    .testimonial-card-grid .testimonial-card {
        width: 100%;
    }

    .testimonial-card-grid .testimonial-card-item {
        width: calc(50% - 10px);
    }

    .testimonial-card__star {
        margin-bottom: 15px;
    }

    .testimonial-card__details {
        height: 111px;

    }

    .testimonial-card-left__bttn {
        padding-right: 122px;
        margin-top: 20px;
        min-height: 47px;
    }

    .testimonial-card-left-grid .testimonial-card-left__bttn {
        padding-right: 0;
    }

    .testimonial-card-slider .slick-arrow {
        bottom: auto;
        top: -42px;
        margin: 0;
    }

    .testimonial-card-slider .slick-prev {
        left: 50%;
        margin-left: 91px;
    }

    .no-cta .testimonial-card-slider .slick-prev {
        margin-left: -70px;
    }

    .no-cta .testimonial-card-slider .slick-next {
        margin-left: 10px;
    }

    .testimonial-card-slider .slick-next {
        left: 50%;
        margin-left: 156px;
    }

    .testimonial-slider-arrows {
        position: absolute;
        bottom: 20px;
        right: 200px;
        opacity: 1 !important;
    }

    .testimonial-card-left {
        position: relative;
    }

}


@media (min-width: 1200px) {
    
    .testimonial-card-flex {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
    }

    .testimonial-card-left {
        position: relative;
    }

    .testimonial-card-right__wrap {
        margin-right: -0;
        width: 2500px;
    }

    .testimonial-card-grid .testimonial-card {
        width: 385px;
    }

    .testimonial-card-grid .testimonial-card-item {
        width: auto;
    }

    .testimonial-card-right-grid .testimonial-card-right__wrap {
        width: 100%;
        margin-right: 0;
    }

    .testimonial-card-left-grid {
        max-width: 1000px;
        margin: 0 auto;
        text-align: center;
    }

    .testimonial-card-right-grid {
        width: 100%;
    }

    .testimonial-card-left {
        text-align: left;
        width: 392px;
    }

    .testimonial-card-left__bttn {
        padding-right: 0;
        margin-bottom: 29px;
    }

    .testimonial-card-right {
        padding-left: 32px;
        width: calc(100% - 392px);
    }

    .testimonial-card-slider {
        position: static;
    }

    .testimonial-card-slider .slick-arrow {
        bottom: -60px;
        top: auto;
        margin: 0;
    }

    .testimonial-card-slider .slick-arrow::before {
        font-size: 43px;
    }

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

    .testimonial-card-slider .slick-next {
        left: -312px;
    }

    .no-cta .testimonial-card-slider .slick-prev {
        margin-left: 0;
    }

    .no-cta .testimonial-card-slider .slick-next {
        margin-left: 0;
    }

    .testimonial-slider-arrows {
        position: absolute;
        bottom: -20px;
        left: 59px;
        right: auto;
        opacity: 1 !important;
    }
}