.straight__cards {
  overflow: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.straight__cards {
  scroll-snap-type: x mandatory;
}
.straight__card {
  scroll-snap-align: center;
}
