main {
  overscroll-behavior: none;
  overflow-x: hidden;
}

.section-div {
  display: grid;
  min-height: 100vh;
  place-items: center;
  width: 100vw;
}

.section-inner {
  /* max-width: 700px; */
  width: 100% !important;
}

.height-100vh{
  height: 100vh;
}

.wrapper {
  display: flex;
  flex-wrap: nowrap;
  overscroll-behavior: none;
}

.wrapper .section-div {
  flex-shrink: 0;
}