.content-image-slider .flex-row {
    align-items: center;
}

.content-image-slider__text,
.content-image-slider__slider {
    width: 100%;
}

.content-image-slider__text {
    margin-bottom: 34px;
}

.js-content-image-slider {
    margin: 0 -16px;
    padding-bottom: 41px;
}

.nacho-item {
    padding: 0 16px;
}

.nacho {
    padding: 22px 15px;
    border-radius: 28px;
    background: rgba(255,255,255,0.05);
    height: 100%;
}

.nacho__image {
    position: relative;
    height: 217px;
    margin-bottom: 30px;
}

.nacho__image img {
    border-radius: 20px;
}

.nacho__info {
    background: #fff;
    border-radius: 100px;
    position: absolute;
    top: 12px;
    left: 10px;
    color: #D3242A;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 1px 8px;
}

.nacho__details h3 {
    color: #FFF;
    font-size: 25px;
    font-weight: 400;
}

.nacho__details p {
    margin-bottom: 17px;
}

.js-content-image-slider {
    & .slick-track {
        display: flex!important;
    }

    & .slick-slide {
        height: inherit!important;

        & > div,
        & > div > div {
            height: 100%;
        }
    }


}

@media (min-width: 768px) {

    .content-image-slider__text {
        margin-bottom: 45px;
    }

    .js-content-image-slider {
        padding-bottom: 49px;
    }

    .nacho {
        padding: 30px;
        border-radius: 30px;
    }

    .nacho__image {
        height: 307px;
    }

    .nacho__info {
        top: 17px;
        left: 17px;
        font-size: 20px;
        padding: 2px 14px;
    }

    .nacho__details h3 {
        font-size: 35px;
    }
}

@media (min-width: 1200px) {
    .content-image-slider__text {
        width: calc(100% - 632px);
        padding-right: 25px;
        margin-bottom: 0;
    }

    .content-image-slider__slider {
        width: 632px;
    }

    .nacho__details h3 {
        font-size: 50px;
    }
}


@media (min-width: 1600px) {
    .content-image-slider__text {
        width: calc(100% - 713px);
    }

    .content-image-slider__slider {
        width: 713px;
    }
}