.my-marquee-section{width:100%;display:flex;flex-direction:column;gap:2rem}.marquee-row{position:relative;overflow:hidden;height:clamp(2rem,15vw,10rem)}.marquee-content{position:absolute;top:50%;left:0;transform:translateY(-50%);width:200%;white-space:nowrap;font-size:clamp(2rem,15vw,10rem);font-weight:700;line-height:1;display:inline-block}.row-left .marquee-content{animation:scrollLeft 70s linear infinite}@keyframes scrollLeft{0%{transform:translateX(0) translateY(-50%)}to{transform:translateX(-150%) translateY(-50%)}}.row-right .marquee-content{animation:scrollRight 70s linear infinite}@keyframes scrollRight{0%{transform:translateX(-150%) translateY(-50%)}to{transform:translateX(0) translateY(-50%)}}