.news-container{background:#13074f;overflow:hidden;padding:10px 0;position:relative;white-space:nowrap}.news-wrapper{animation:scrollNews 20s linear infinite;display:flex;gap:10px}.news-container:hover .news-wrapper{animation-play-state:paused}.news-card{border-radius:10px;flex:0 0 auto;padding:15px;text-align:center;width:fit-content}@keyframes scrollNews{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}