#gastronomy {
    background: #F6F9EB;
    padding: 3rem 0 5rem;
}

.gastronomy-post-container {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: minmax(250px, auto);
    grid-auto-flow: dense;
    justify-items: center;
}

.img-wrapper {
    overflow: hidden;
}

.gastronomy-item:hover .img-wrapper img {
    transform: scale(1.15);
}

.gastronomy-item img {
    transition: all ease-in-out 0.3s;
    height: 245px;
}
.gastronomy-list .post-wrapper img{
    object-fit: contain;
    height: 424px;
 }
 #gastronomy .post-wrapper img {
     width: 350px;
     position: relative;
     z-index: 10;
     background-color: #F6F9EB;
     height: 300px;
     object-fit: cover;
     /* background-color: #F1F1F1; */
 }
 .gastronomytext{
    font-size:16px;
 }
 #gastronomy .post-wrapper {
     width: 350px;
     margin-right: 20px;
     counter-increment: carousel-cell;
 }

 #gastronomy .flickity-prev-next-button.next { 
    right: -10px;
    top: 40%;
}

#gastronomy .flickity-prev-next-button.previous {
    top: 40%;
    left: -10px;
}
#gastronomy .flickity-prev-next-button.next .flickity-button-icon {
    top: 25%;
    left: 5px;
}
#gastronomy .container{
    max-width: 100%!important;
}