@media (min-width: 1200px) {
  .scroll-wrapper {
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    height: 100vh;
    scroll-behavior: smooth;
  }
}

@media (min-width: 1200px) {
  .section {
    scroll-snap-align: start;
    justify-content: center;
    height: 100vh;
  }
}

