@media (max-width: 991.98px) {
    .home-hero .hero-title {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .home-hero .title-animated-wrapper {
        display: flex;
        position: relative;
        left: 50%;
        width: 100%;
        text-align: center;
        height: 50px;
      }

      .home-hero .title-animated-text {
        display: flex;
        justify-content: center;
        text-align: center;
      }

      .home-hero .animated-title {
        margin: 0 auto;
        left: unset;
        top: unset;
      }

}