.newsticker{color:#19695b;display:flex;flex-direction:column;font-family:Gilroy;height:auto;margin:0;width:100%}h2{color:#d32f2f}.news-container{background:#19695b;border-radius:0;padding-bottom:0}.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 40s linear infinite;display:flex;padding-left:100px;white-space:nowrap}.news-ticker span{color:#fff;font-size:18px;font-weight:800;line-height:1.5;padding:0 50px}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-30%)}}.news-container:hover .news-ticker{animation-play-state:paused}