.scroll-section-inner{height:100vh;width:200vw;display:flex;flex-direction:row;position:relative}.scroll-section{height:100vh;width:100vw;display:flex;justify-content:center;align-items:center}@media (max-width:1023px){.scroll-section-inner{width:100vw;flex-direction:column;height:auto}.scroll-section{width:100vw;height:auto;min-height:60vh;padding:2rem 0}}