@media screen and (max-width:1200px){.moving-text{animation:moving-text 20s linear infinite;animation-delay:2s;white-space:nowrap;width:-moz-max-content;width:max-content}}@keyframes moving-text{0%{transform:translate(0)}to{transform:translate(-100%)}}
