.logo-carousel .container {
    /* padding: 0; */
}

.logo-carousel__top-content h3 {
    font-size: 1.5625rem;
    color: var(--gray);
}

.logo-carousel__wrap {
    position: relative;
}

.logo-carousel-slider-wrap:not(.slick-initialized) {
    display: flex;
    justify-content: space-around;
}

.logo-carousel__wrap::after {
    content: "";
    position: absolute;
    left: 22px;
    bottom: 0;
    width: calc(100% - 44px);
    height: 2px;
    background: #D8E1E7;
}

.logo-carousel__wrap::before {
    content: '\e903';
    font-family: 'ettinger-icon';
    position: absolute;
    left: 50%;
    bottom: -13px;
    transform: translate(-50%, 0);
    font-weight: normal;
    font-size: 1.1875rem;
    color: #D8E1E7;
}

.logo-carousel .slick-slide {
    margin: 0 22px;
}

.logo-carousel__col img {
    width: auto;
    height: 111px;
    object-fit: contain;
}

.logo-carousel-slider-wrap {
    padding: 20px 0 30px;
}

@media (min-width: 768px) {
    .logo-carousel__top-content h3 {
        font-size: 1.875rem;
    }

    .logo-carousel__wrap::after {
        left: 52px;
        width: calc(100% - 104px);
    }

    .logo-carousel__wrap::before {
        bottom: -17px;
        font-size: 1.5rem;
    }

    .logo-carousel .slick-slide {
        margin: 0 30px;
    }

    .logo-carousel__col img {
        height: 111px;
    }

    .logo-carousel-slider-wrap {
        padding: 20px 0 45px;
    }
}

@media (min-width: 1200px) {
    .logo-carousel .container {
        padding-right: var(--bs-gutter-x, 63px);
        padding-left: var(--bs-gutter-x, 63px);
    }

    .logo-carousel__top-content h3 {
        font-size: 2.1875rem;
    }

    .logo-carousel__wrap::after {
        left: 0;
        width: 100%;
    }

    .logo-carousel__wrap::before {
        bottom: -17px;
        font-size: 1.5rem;
    }

    .logo-carousel .slick-slide {
        margin: 0 0;
    }

    .logo-carousel__col {
        width: max-content;
        margin: 0 auto;
    }

    .logo-carousel__col img {
        /* height: auto; */
        height: 150px;
        object-fit: cover;
    }

    .logo-carousel-slider-wrap {
        padding: 20px 0 45px;
        margin: 0 -53px;
    }

    .logo-carousel-slider-wrap::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 53px;
        height: 100%;
        background: #fff;
        z-index: 1;
    }

    .logo-carousel-slider-wrap::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 53px;
        height: 100%;
        background: #fff;
        z-index: 1;
    }
}

@media (min-width: 1367px) {
    .logo-carousel .container {
        padding-right: var(--bs-gutter-x, 21px);
        padding-left: var(--bs-gutter-x, 21px);
    }
}












