#rotating-text{background:linear-gradient(270deg,#00bff7,#295cfc);-webkit-background-clip:text;font-family:Inter;font-size:30px;font-weight:600;-webkit-text-fill-color:transparent;display:inline-block;margin-bottom:30px;min-height:50px}#rotating-text:before{content:" ";display:inline-block;height:1px;width:1px}@media only screen and (max-width:1169px){#rotating-text{font-size:25px}}@keyframes animateGradient{0%{background-position:0 50%}to{background-position:100% 50%}}