.animated-text{background:#390372;min-width:100%;overflow:hidden}.animated-text-content{animation:scroll-loop 20s linear infinite;display:flex;gap:32px;width:fit-content}.animated-text-sequence{display:flex;gap:32px}.animated-text-item{align-items:center;display:flex;white-space:nowrap}.animated-text-item h2{font-size:60px;line-height:1;margin:0;padding-top:14px}@media(min-width:992px){.animated-text-sequence{padding-bottom:25px;padding-top:25px}.animated-text-item h2{font-size:120px;padding-top:24px}}@keyframes scroll-loop{0%{transform:translateX(0)}to{transform:translateX(-50%)}}