.logo-carousel {
    padding: 25px 0;
    position: relative;
    z-index: 1;
}

.logo-carousel--homepage-gray {
    background: #EFF0FA;
}

.logo-carousel__top-content {
    margin-bottom: 20px;
}

.logo-carousel__bottom-content {
    margin-top: 20px;
}

.logo-slide-image {
    position: relative;
}

.logo-carousel--homepage-gray .logo-slide-image:after {
    background: #EFF0FA;
}

.logo-slide-image:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #F7F8FC;
    mix-blend-mode: color;
}

.logo-slider .slick-slide {
    margin: 0 20px;
}

.logo-slide-image img {
    max-width: 85px;
    height: auto;
}

.logo-slider .slick-slide>* {
    font-size: 0;
}

.bg-white .logo-slide-image::after, 
.bg-gradient .logo-slide-image::after{
    background: transparent;
}

.logo-carousel--white-gray .logo-slide-image::after {
    background: #fff;
}

.logo-carousel__top-content h2:last-child {
    margin-bottom: 0;
}

.logo-slider {
    position: relative;
    z-index: 2;
}

.js-logo-slider .slick-list {
    height: 100% !important;
}

@media(min-width: 768px) {
    .logo-carousel {
        padding: 50px 0;
    }

    .logo-carousel__top-content {
        margin-bottom: 35px;
    }

    .logo-carousel__bottom-content {
        margin-top: 35px;
    }

    .logo-slider .slick-slide {
        margin: 0 25px;
    }

    .logo-slide-image img {
        max-width: 100px;
    }
}


@media(min-width: 1200px) {
    .logo-carousel {
        padding: 75px 0;
    }

    .logo-carousel__top-content {
        margin-bottom: 50px;
    }

    .logo-carousel__bottom-content {
        margin-top: 50px;
    }

    .logo-slider .slick-slide {
        margin: 0 25px;
    }

    .logo-slide-image img {
        max-width: 175px;
    }
}