.carousel-container{overflow:hidden;width:100%;background:#fff;padding:2rem 0}.carousel-line{display:flex;white-space:nowrap;font-size:28px;font-weight:700}.carousel-word{text-transform:uppercase;margin-right:10px;color:#DCDCDC;transition:color .3s}.carousel-word.gold{color:var(--beige)}.line1{animation:scroll-left 10s linear infinite}.line2{animation:scroll-right 10s linear infinite}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes scroll-right{0%{transform:translateX(-50%)}to{transform:translateX(0)}}@media only screen and (min-width:990px){.carousel-line{font-size:3rem}.carousel-word{margin-right:2rem}.line1{animation:scroll-left 20s linear infinite}.line2{animation:scroll-right 20s linear infinite}}