
/* include_page*/


.scroll-container {
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  height: 100vh;
  padding-top: 4.5rem;
}

.section {
  height: calc(100vh - 4.5rem);
  scroll-snap-align: start;
  padding: 4rem 2rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.fullscreen-section {
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
