.wp-block-columns.is-not-stacked-on-mobile.shopContainer,
.wp-block-columns.is-not-stacked-on-mobile.foodContainer,
.wp-block-columns.is-not-stacked-on-mobile.djContainer {
  flex-wrap: wrap !important;
  justify-content: flex-start;
}

.shopInner,
.foodInner,
.djInner {
  flex-basis: 45% !important;
}

.shopInner>figure:first-of-type{
	aspect-ratio:1 / 1;
	background:rgb(235, 224, 173);
	border-radius:20px;
}

.shopInner>figure:first-of-type>img{
	width:100% !important;
	height:100% !important;
	object-fit:contain;
}



@media screen and (min-width: 768px) {
  .shopInner,
  .foodInner,
  .djInner {
    flex-basis: 22% !important;
  }
}
