.testimonial-cards {
    position: relative;
    z-index: 1;
}

.testimonial-cards--homepage {
    margin: 64px 0 0;
}

.testimonial-card-item {
    display: flex;
    flex-direction: column;
    padding: 30px 32px;
    background-color: #fff;
    box-shadow: 0 3px 20px rgba(0,0,0,0.09);
}

.testimonial-cards-slider {
    margin: 0 -22px;
}

.testimonial-card,
.testimonial-cards-slider .slick-slide {
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: top;
}

.testimonial-cards-slider .slick-slide {
    padding-left: 22px;
    padding-right: 22px;
}

.testimonial-card-bottom-content {
    margin-top: auto;
}

.testimonial-card-title {
    font-size: 18px;
    color: #040E1C;
    font-weight: 700;
    margin: 0;
}

.testimonial-card-title span {
    font-size: 16px;
    color: #505759;
    font-weight: 400;
    display: block;
    opacity: 0.8;
    margin-top: 4px;
    line-height: 1.5em;
}

.testimonial-card-top-content {
    margin-bottom: 22px;
}

.testimonial-star i {
    color: #41B6E6;
    font-size: 23px;
    margin-right: 8px;
}

.testimonial-star {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 25px;
}

.testimonial-cards-top {
    margin-bottom: 13px;
    padding-right: 115px;
}

.testimonial-card__content::-webkit-scrollbar-track {
    background-color: #EBEBEB;
}

.testimonial-card__content::-webkit-scrollbar {
    width: 8px;
}

.testimonial-card__content::-webkit-scrollbar-thumb {
    background-color: #D0D3D4;
}

.testimonial-cards-slider .slick-arrow {
    right: auto;
    left: auto;
    z-index: 1;
    top: -58px;
    bottom: auto;
}

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

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

.bg-dark-blue .testimonial-cards-slider .slick-arrow:hover:before{
    color: var(--blue-highlight);
}

.testimonial-cards-slider .slick-track {
    display: flex !important;
}

.testimonial-cards-slider .slick-slide {
    height: inherit !important;
}

.testimonial-cards-slider .slick-slide > div,
.testimonial-cards-slider .slick-slide > div > div,
.testimonial-cards-slider .slick-slide > div > div > div {
    height: 100%;
}

.testimonial-cards.bg-dark-blue p {
    color: var(--black);
}

.testimonial-cards.bg-primary {
    background: transparent;
}

.testimonial-card__content p:before {
    content:"\“";
}
.testimonial-card__content p:after {
    content: "\”";
}

@media(min-width: 768px) {

    .testimonial-cards-slider {
        margin: 0 -68px 0 -22px;
    }

    .testimonial-card-item {
        position: relative;
        width: 419px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .slick-slide[aria-hidden="true"] .testimonial-card-item:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: .5;
        z-index: 5;
    }

    .testimonial-cards-slider .slick-track {
        display: flex;
    }
    
    .testimonial-cards-slider .slick-slide>* {
        height: 100%;
    }
    
    .testimonial-card-slide {
        height: 100%;
    }

    .testimonial-grid {
        justify-content: center;
    }   

    .testimonial-cards-slider .slick-slide {
        height: auto;
        width: 451px;
        padding: 20px 16px;
    }

    .testimonial-cards-top {
        margin-bottom: 15px;
        padding-right: 120px;
    }

    .testimonial-cards-slider .slick-prev {
        right: 127px;
    }

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

@media(min-width: 1200px) {
    .testimonial-cards-slider.fx-slider .fx-slide {
        display: block;
    }  
    
    .testimonial-grid,
    .testimonial-cards-slider {
        display: flex;
        flex-wrap: wrap;
        width: calc(100% + 32px);
    }

    .testimonial-cards-slider {
        margin: 0 -32px;
    }

    .testimonial-card-item {
        width: 100%;
        padding: 30px 28px;
    }

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

    .testimonial-card__content {
        max-height: 120px;
        padding-right: 3px;
        overflow: auto;
    }

    .testimonial-cards-top {
        display: flex;
        align-items: center;
        margin-bottom: 40px;
        justify-content: space-between;
        padding-right: 0;
    }

    .testimonial-cards-top h2 {
        margin: 0;
    }

    .testimonial-card-top-content {
        margin-bottom: 50px;
    }

    .testimonial-cards--homepage {
        margin: 105px 0 0;
    }

    .testimonial-cards-slider.slick-initialized:has( > .slick-arrow) {
        padding-bottom: 70px;
    }

    .testimonial-cards-slider .slick-arrow {
        top: unset;
        bottom: 0;
    }
    
    .testimonial-cards-slider .slick-next {
        right: 50%;
        margin-right: -53px;
    }

    .testimonial-cards-slider .slick-prev {
        left: 50%;
        margin-left: -53px;
    }
}