.carousel {
  scroll-snap-type: x mandatory;
  grid-auto-flow: column;
  overflow: auto;
}

.carousel-card {
  scroll-snap-align: start;
}

@media screen and (max-width: 749px) {
  .mobileflex {
    display: flex;
    flex-direction: column;
  }
}
