.animated-text-container{position:relative;width:100%;min-height:120px;height:auto;margin:3rem auto;display:flex;align-items:center;justify-content:center}.animated-text{position:absolute;width:100%;opacity:0;animation:fadeInOut 15s infinite}.animated-text-1{animation-delay:0s}.animated-text-2{animation-delay:5s}.animated-text-3{animation-delay:10s}@keyframes fadeInOut{0%{opacity:0}5%{opacity:1}30%{opacity:1}35%{opacity:0}to{opacity:0}}