.moving-text{white-space:nowrap;background-color:#fff;padding:5vh 0;overflow-x:hidden}.moving-text::-webkit-scrollbar{display:none}.con{white-space:nowrap;animation:12s linear infinite move;display:inline-block}.moving-text h2{color:#054b81;font-size:50px;display:inline-block}.gola{background-color:#1881d2;border-radius:50%;width:5vh;height:5vh;margin:0 2vw;display:inline-block}@keyframes move{0%{transform:translate(0)}to{transform:translate(-100%)}}