.scrolling-banner{background-color:#FCC749;color:#000;font-weight:500;font-family:"Acrom";font-size:16px;text-transform:uppercase;white-space:nowrap;overflow:hidden;position:relative;height:50px;line-height:50px}.scrolling-text{display:inline-block;white-space:nowrap;animation:scroll-left 30s linear infinite}.text-item{display:inline-block;margin-right:50px}@keyframes scroll-left{0%{transform:translate3d(0, 0, 0)}100%{transform:translate3d(-50%, 0, 0)}}@media (max-width: 768px){.scrolling-banner{font-size:14px;height:40px;line-height:40px}}
