.scroll-container { scroll-snap-type: mandatory; scroll-behavior: smooth; } .scroll-section { scroll-snap-coordinate: 50% 0%; } .scroll-section:first-child { scroll-snap-coordinate: 0% 0%, 50% 0%; margin-left: 15px; } .scroll-section:last-child { scroll-snap-coordinate: 50% 0%, 100% 0%; }