.logo-carousel {
    padding: 40px 0;
    position: relative;
    z-index: 5;
}

.logo-item a {
    display: block;
    border-bottom: 0;
}

.logo-item a:hover {
    border-bottom: 0;
}

.logo-carousel__title {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(38,31,35,0.5);
}

.logo-carousel__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1090px;
}

.logo-item {
    margin-top: 30px;
    padding: 0 22px;
}

.logo-item img {
    height: 65px;
    width: auto;
}

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

    .logo-carousel::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 60px;
        bottom: 0;
        left: 0;
        background-color: #01190A;
        z-index: -1;
        opacity: 0;
    }

    .logo-carousel__content {
        background: var(--color-white);
        padding: 31px 30px;
    }

    .logo-item {
        margin-top: 18px;
        padding: 0 30px;
    }

    .logo-carousel__title {
        font-size: 20px;
    }
    
}

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

    .logo-carousel::before {
        height: 90px;
    }

    .logo-carousel__wrap {
        margin-top: 10px;
    }

    .logo-carousel__content {
        background: var(--color-white);
        padding: 35px 30px 25px 30px;
    }

    .logo-item {
        margin-top: 5px;
        padding: 0 20px;
    }

    .logo-carousel__title {
        font-size: 20px;
    }
    
}

.logo-carousel__wrap .slick-arrow {
    position: relative;
    margin: 0;
    bottom: 0;
    order: 1;
    left: 0;
    right: 0;
    transform: none;
}

.logo-carousel__wrap .slick-list {
    order: 0;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .cta + .logo-carousel {
        position: relative;
        z-index: 5;
    }

    .logo-carousel + .page-footer {
        padding-top: 90px;
        margin-top: -106px;
    }
}

@media (min-width: 1200px) {
    .cta + .logo-carousel {
        position: relative;
        z-index: 5;
        margin-top: -90px;
    }

    .logo-carousel + .page-footer {
        padding-top: 90px;
        margin-top: -106px;
    }
}