.elementor .hero-ticker{.hero-ticker {
overflow: hidden;
white-space: nowrap;
width: 700px;
}

.hero-ticker .elementor-widget-container {
display: inline-block;
white-space: nowrap;
animation: heroTicker 14s linear infinite;
}

@keyframes heroTicker {
from {
  transform: translateX(0);
}
to {
  transform: translateX(-50%);
}
}\n}