.testimonial-cards__bottom-btn {
    margin-top: 15px;
}

.testimonial-card-slide-item {
    background: var(--white);
    box-shadow: 0px 3px 15px rgba(1, 22, 39, 0.15);
    border-radius: var(--border-radius);
    padding: 30px 30px 44px;
    position: relative;
}

.testimonial-card-slider .slick-slide {
    vertical-align: top;
    margin: 20px 22px 20px;
}

.testimonial-card-slider {
    margin: -10px -22px 0;
    padding: 0 0 36px;
}

.testimonial-card-slide-item:after {
    content: "";
    position: absolute;
    left: -8px;
    top: -20px;
    background: url(../../../img/quote-icon.svg) 0 0 no-repeat;
    width: 75px;
    height: 55px;
    background-size: 55px;
}

.testimonial-card-slide-item h5 {
    font-size: 12px;
    font-weight: 900;
    color: var(--dark-blue);
    text-transform: uppercase;
    text-align: right;
    margin: 0;
    font-family: "Raleway", sans-serif;
    letter-spacing: 0.07em;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.testimonial-card-slide__description {
    margin-bottom: 10px;
}

.has-scroll {
    height: 176px;
    overflow: auto;
}

.testimonial-cards__bottom-btn {
    text-align: center;
}

.has-scroll {
    overflow: auto;
    padding: 0 10px;
    overflow: auto;
    @supports not (selector(::-webkit-scrollbar-thumb)) {
        scrollbar-color: #364A5B #D9E4ED;
        scrollbar-width: thin;
    }
}

.has-scroll::-webkit-scrollbar {
    width: 5px;
}

.has-scroll::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #D9E4ED;
}

.has-scroll::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #364A5B;
}

.fx-accordion__panel__toggle{
    padding: 8px 66px 8px 20px;
}


/* Hide arrows  */
@media(min-width: 768px) and (max-width: 850px) { 
   .slick-arrow {display: none !important;}}

@media(min-width: 768px) {
    .testimonial-card-slide-item:after {
        left: -17px;
        width: 75px;
        background-size: 75px;
    }

    .testimonial-card-slide-item {
        padding: 55px 33px 49px;
    }

    .testimonial-card-slider {
        margin: -5px -22px 0;
        padding: 0;
    }

    .has-scroll {
        height: 115px;
    }


    .testimonial-card-slide-item h5 {
        font-size: 16px;
        right: 33px;
        bottom: 30px;
    }

    .testimonial-cards__bottom-btn {
        text-align: right;
    }

    .testimonial-card-slider .slick-dots {
        width: max-content;
        left: 22px;
        bottom: -41px;
    }

    .testimonial-card-slider .slick-next {
        left: unset;
        right: 22px;
        margin: 0;
        bottom: unset;
        top: -75px;
    }

    .testimonial-card-slider .slick-prev {
        left: unset;
        right: 116px;
        margin: 0;
        bottom: unset;
        top: -75px;
    }
}


@media(min-width: 1200px) {
    .testimonial-cards__heading {
        position: relative;
        padding-right: 555px;
    }

    .testimonial-cards__heading .btn {
        position: absolute;
        right: 0;
        top: 70%; /*50%*/
        transform: translate(0, -50%);
    }

    .testimonial-card-slider .slick-next {
        right: 364px;
        top: -77px; /*-85px*/
    }

    .testimonial-card-slider .slick-prev {
        right: 458px;
        top: -77px; /*-85px*/
    }

    .testimonial-card-slide__description {
        padding: 20px 20px 40px 0;
        margin: 0;
    }

    .has-scroll {
        overflow-y: auto;
        /* height: 280px; */
        height: 240px;
    }

    .testimonial-scroll {
        position: relative;
    }

    .testimonial-card-slide__description.has-scroll {
        position: relative;
    }

    .testimonial-scroll::before {
        content: "";
        position: absolute;
        width: calc(100% - 30px);
        height: 100px;
        left: 0;
        bottom: 48px;
        z-index: 2;
        background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
    }

    .testimonial-card-slide-item {
        padding: 26px 13px 29px 30px;
        min-height: 354px;
    }

    .testimonial-card-slider .slick-slide {
        margin: 20px 17px 20px;
    }

    .testimonial-card-slider {
        margin: 0 -17px 0;
        padding-bottom: 20px;
    }

    .testimonial-card-slide-item h5 {
        bottom: 55px;
        z-index: 4;
    }

    .testimonial-cards__heading {
        margin: 0 0 35px;/*25px*/
    }

    .testimonial-cards__heading h2 {
        margin: 0;
    }

    .testimonial-card-slider .slick-dots {
        width: 100%;
        left: 0;
        bottom: 0;
    }
}