.Horizontal { overflow: hidden; height: 100vh; display: flex; align-items: center; } .Horizontal__text { display: flex; width: max-content; white-space: nowrap; gap: 4vw; padding-left: 100vw; } .heading-xl { font-size: clamp(2rem, 10vw, 12rem); font-weight: 600; line-height: 1.1; }