.scrolling-text-container{box-sizing:border-box;overflow:hidden;white-space:nowrap;width:100%}.scrolling-text{animation:scroll-left 20s linear infinite;display:inline-block}.scrolling-text div{color:#fff;font-size:16px}.scrolling-text-container{border:1px solid #fff;border-width:1px 0;padding:25px 0}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}