@keyframes fadeInText{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.text-banner-section{background-color:#138de8;padding:50px 20px;width:100%}.text-banner-section .container{margin:0 auto;max-width:1400px}.text-banner-content{text-align:center}.text-banner-content p{color:#fff;font-family:Montserrat,sans-serif;font-size:27px;font-style:normal;font-weight:400;line-height:38px;margin:0 auto;max-width:1240px;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;animation:fadeInText .6s ease-out forwards}.text-banner-content p strong{font-weight:700}@media screen and (max-width:992px){.text-banner-section{padding:40px 20px}.text-banner-content p{font-size:24px;line-height:34px}}@media screen and (max-width:768px){.text-banner-section{padding:35px 20px}.text-banner-content p{font-size:20px;line-height:30px}}@media screen and (max-width:480px){.text-banner-content p{font-size:18px;line-height:28px}}@media (prefers-reduced-motion:reduce){.text-banner-content p{animation:none}}