.newsticker{color:#000420;display:flex;flex-direction:column;font-family:Gilroy;height:30px;margin:0;width:100%}h2{color:#d32f2f}.news-container{background:#01ffff;border-radius:0;padding-bottom:35px}.news-container,.news-ticker-wrapper{overflow:hidden;position:relative;width:100%}.news-ticker-wrapper{align-items:center;display:flex;height:36px}.news-ticker{animation:scroll 20s linear infinite;display:flex;white-space:nowrap}.news-ticker span{color:#000420;font-size:18px;font-weight:800;line-height:1;padding:0 30px}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.news-container:hover .news-ticker{animation-play-state:paused}