.gastro-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
  gap: 2vw;
}

@media (max-width: 767px) {
  .gastro-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
