.animated-text heading{font-size:24px;font-style:bold;font-weight:500}.animated-text heading,.animated-text subheading1{display:block;font-family:Raleway;letter-spacing:4px;text-align:center}.animated-text subheading1{font-size:16px;position:relative}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUnderline{0%{width:0}to{width:50%}}.animated-text-container{overflow:hidden;padding:0,0}.animated-text{opacity:0;padding:15px;transform:translateY(20px)}.animated-text.animate-in{animation:fadeInUp 1s ease-out forwards}.animated-text:first-of-type.animate-in{animation-delay:0s}.animated-text:nth-of-type(2).animate-in{animation-delay:.2s}.animated-text:nth-of-type(3).animate-in{animation-delay:.4s}.animated-text:nth-of-type(4).animate-in{animation-delay:.6s}.underline{background-color:#00f596;bottom:-5px;height:5px;left:50%;position:absolute;transform:translateX(-50%);width:0}.animated-text.subheading1.animate-in .underline{animation:slideInUnderline 1s ease-out forwards;animation-delay:1s}