.scrolling-banner{white-space:nowrap;overflow:hidden;box-sizing:border-box}.scrolling-banner span{display:inline-block;padding-left:100%;animation:scroll-left 35s linear infinite linear}@keyframes scroll-left{0%{transform:translateX(100%)}100%{transform:translateX(-100%)}}@media (max-width:768px){.scrolling-banner span{animation-duration:20s}@media (min-width:768px) and (max-width:980px){.keep-columns-tablet{display:flex;flex-wrap:nowrap}.keep-columns-tablet .et_pb_column{width:50%!important;margin-right:0!important}}}