.testimonials {
    position: relative;
}

.testimonials-section .container {
    padding-left: 16px;
    padding-right: 16px;

}
.testimonials-top-content {
    position: relative;
    z-index: 99;
    padding-top: 50px;
}

.testimonials-top-content h4 {
    color: #FFFFFF;
    padding-bottom: 15px;
}

.testimonials-top-content h2 {
    font-size: 30px;
    color: #FFFFFF;
    padding-bottom: 25px;
}

.testimonials-column {
    padding: 30px 20px;
    background: #FFFFFF;
    box-shadow: 0 0 20px rgba(255, 255, 255, .67);
    color: #002336;
    text-align: center;
    border-radius: 7px;
}

.testimonials-column h4 {
    font-size: 11px;
    padding-bottom: 0;
}

.testimonials-column p {
    line-height: 1.55em;
    font-weight: 500
}

.js-testimonials-slider,
.js-gray-testimonials-slider {
    padding-bottom: 40px;
}

.testimonials-section .icon-cards-wrapper {
    height: 720px;
}

.testimonials-btn {
    text-align: center;
    margin-top: 20px;
}

.testimonials-version-2 .testimonials-column {
    position: relative;
    max-height: 402px;
    border-radius: 7px;
}

.testimonials-version-2 .testimonials-column:before {
    content: "";
    position: absolute;
    left:0px;
    top:0px;
    width: 100%;
    height: 100%;
    opacity: 0.25;
    background: transparent linear-gradient(180deg, #57C7DA 0%, #5984AD 56%, #316195 100%) 0% 0% no-repeat padding-box;
    border-radius: 7px;
}

.testimonials-version-2 .testimonials-column .content-wp {
    max-height: 402px;
    overflow-y: auto;
    z-index: 10;
    padding: 0px 10px;
}

.testimonials-version-2 .testimonials-column .content-wp::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(67,101,119,0.26);
}

.testimonials-version-2 .testimonials-column .content-wp::-webkit-scrollbar {
    width: 12px;
    background-color: #cedae6;
}

.testimonials-version-2 .testimonials-column .content-wp::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #fff;
}



.testimonials-gray-section .testimonials-top-content h4,
.testimonials-gray-section .testimonials-top-content h2 {
    color: #002336;
}

.testimonials-gray-section .slick-dots {
    text-align: center;
}

.testimonials-gray-section .icon-cards-wrapper {
    height: auto;
}

.testimonials-gray-section .testimonials-top-content {
    padding-top: 0;
}

.testimonials-column {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}


.testimonials-section .container {
    padding-left: 22px;
    padding-right: 22px;
}

.testimonials-version-2 .container-fluid {
    padding-right: 22px;
    padding-left: 22px;
}

.testimonials-version-2 img[src$=".jpg"],.brands__item img[src$=".png"],.brands__item img[src$=".webp"] {
    mix-blend-mode: multiply;
}

.testimonials-version-2 .testi-logo-img {
    max-width: 67px;
    height: auto;
    margin: 0 auto 5px auto;
}

.testimonials-version-2 .start-img {
    margin: 0 auto 20px auto;
}

.testimonials-version-2 .testimonials-btn a {
    margin-bottom: 20px;
}

@media (min-width: 768px) {

    .testimonials-section .slick-initialized .slick-slide {
        margin: 0 20px;
        padding: 20px 0;
    }

    .js-testimonials-slider,
    .js-gray-testimonials-slider {
        margin: 0 -20px;
    }

    .testimonials-top-content h2 {
        font-size: 40px;
        padding-bottom: 30px;
    }

    .testimonials-top-content {
        padding-top: 0;
    }

    .testimonials-gray-section {
        padding-bottom: 0;
    }

    .testimonials-section .icon-cards-wrapper {
        height: auto;
        padding: 154px 0 0;
    }

    .testimonials-gray-section .icon-cards-wrapper {
        height: auto;
        padding: 20px 0 60px;
    }

    .testimonials-section.icon-cards::before {
        height: 1048px;
        background-size: cover;
    }

    .testimonials-version-2 .testimonials-btn a {
        float: right;
        margin-bottom: 0px;
    }

}
@media (min-width: 900px) {

    .testimonials-section .icon-cards-wrapper {
        height: auto;
        padding: 154px 0;
    }

    .testimonials-gray-section .icon-cards-wrapper {
        height: auto;
        padding: 30px 0 60px;
    }
}

@media (min-width: 1200px) {
    .js-testimonials-slider,
    .js-gray-testimonials-slider {
        box-sizing: border-box;
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-wrap: wrap;
        margin-right: -25px;
        margin-left: -25px;
        justify-content: center;
        text-align: center;
    }
    .js-testimonials-slider .icon-cards-item,
    .js-gray-testimonials-slider .icon-cards-item {
        box-sizing: border-box;
        flex: 0 0 auto;
        flex-basis: auto;
        padding-right: 0;
        padding-left: 0;
        margin: 25px 25px;
        width: calc(33.33% - 50px);
    }

    .testimonials-top-content h2 {
        font-size: 60px;
    }

    .testimonials-top-content h4 {
        padding-bottom: 40px;
    }

    .testimonials-gray-section {
        padding-bottom: 50px;
    }

    .testimonials-column {
        box-shadow: 0 0 40px rgba(255, 255, 255, .67);
    }

    .testimonials-section .icon-cards-wrapper {
        height: auto;
        padding: 154px 0;
        position: relative;
        z-index: 9;
    }

    .testimonials-section.icon-cards::before {
        height: 1408px;
        background-size: 100% 100%;
    }

    .testimonials-section .icon-cards-wrapper {
        padding: 60px 0;
    }

    .testimonials-gray-section .icon-cards-wrapper {
        padding: 20px 0 0;
    }

    .testimonials-btn {
        text-align: center;
        margin-top: 0;
    }

    .testimonials-gray-section .fx-slider .fx-slide {
        display: grid;
    }

    .icon-cards-item.column1 {
        width: calc(100% - 50px);
    }
    .icon-cards-item.column2 {
        width: calc(50% - 50px);
    }

    .testimonials-section .container {
        padding-left: 16px;
        padding-right: 16px;
    }
     .testimonials-version-2 .container-fluid {
        padding-right: 16px;
        padding-left: 16px;
    }
}

@media (min-width: 1366px) {

    .testimonials-column {
        padding: 60px 50px;
        box-shadow: 0 0 56px rgba(255, 255, 255, .67);
    }
    .testimonials-column h4 {
        font-size: 14px;
        font-weight: bold;
    }
    .testimonials-column p {
        font-size: 18px;
    }
    .testimonials-section .icon-cards-wrapper {
        padding: 20px 0;
    }
    .testimonials-gray-section .icon-cards-wrapper {
        padding: 0;
    }
}

@media (min-width: 1600px) {
    .testimonials-column h4 {
        font-size: 15px;
    }
    .testimonials-column p {
        font-size: 20px;
    }

}

@media (min-width: 1700px) {

    .how-it-works + .testimonials-version-2 {
        margin-top: -40px;
    }
}
