.hero-name, .hero-tagline {
        font-size: 42px !important;
       }
.hero-text{
    text-align: justify;
}
@media (min-width: 960px) {
    .home-hero .container .content {
        max-width: 610px !important;
    }
    .hero-name, .hero-tagline {
        font-size: 64px !important;
    }
    /* .hero-text{
        font-size: 32px !important;
    } */
}
@media (min-width: 768px) {
        .hero-name, .hero-tagline {
         font-size: 42px;
        }
}
