#horizontalSection {
  overflow: hidden;
  position: relative;
}

.horizontal-scroll-wrapper {
  position: relative;
  width: 100%;
  overflow: visible;
}

.horizontal-scroll-container {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.scroll-section {
  flex-shrink: 0;
}

body {
  overflow-x: hidden;
}
