.food-section {
    overflow: hidden;
}

.food-section-icon {
    max-width: 167px;
    margin: 0 auto 50px;
}

.food-section__header {
    text-align: center;
    margin-bottom: 80px;
}

.food-section-slider {
    overflow: visible;
}

.food-header {
    text-align: center;
    padding-bottom: 50px;
    margin-bottom: 30px;
}

.food-section-subtitle {
    max-width: 461px;
    margin: 0 auto;
}

.food-section-link {
    margin-top: 15px;
    text-decoration: none;
}

.food-title {
    margin-bottom: 30px;
}

.food-section-slide {
    max-width: 442px;
    width: 33%;
}

.food-section-image {
    position: relative;
    padding-bottom: 122.1%;
    overflow: hidden;
}

.food-section-image .img-inner {
    position: absolute;
    inset: 17px;
    transition: 0.4s ease-in-out;
    pointer-events: none;
}

.main-carousel .flickity-viewport {
    overflow: visible;
    cursor: none !important;
}

.food-section-image .img-inner::after {
    content: '';
    background-image: url('../../assets/images/noise.png');
    background-size: auto;
    background-repeat: repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.food-section-image:hover .img-inner {
    inset: 0;
}

.food-section-image .img-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    max-width: 100% !important;
}

.food-section-link .wp-element-button {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

@media (max-width: 991px) {

    .food-section-slide {
        width: 45%;
    }

    .food-section-slider {
        margin: 0 -20px;
    }
}

@media (max-width: 767px) {
    .food-header {
        margin-bottom: 0%;
    }

    .food-section-slide {
        width: 64%;
    }

    .food-section-image .img-inner {
        inset: 9.5px
    }

    .food-section-icon {
        margin-bottom: 30px;
        max-width: 109px;
    }

    .food-section-slider::after {
        content: '';
        background-image: url('../../assets/images/drag-icon.svg');
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        z-index: 10;
        pointer-events: none;
    }
}