.scroll {
  height: 100vh;
  background: #161616;
}

.text-marquee {
  position: relative;
}

.text-single {
  position: relative;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  will-change: transform;
}

.text_marquee_hero {
  padding: 0;
  display: inline-block;
  margin-right: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: bold;
}