/* ================================================
   MOBILE HEADLINE CENTER FIX
   Centralizar headline no mobile
   ================================================ */

@media (max-width: 768px) {
    .hero-title,
    .hero h1,
    h1.hero-title {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100% !important;
        display: block !important;
    }
    
    .hero-content {
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
}

@media (max-width: 480px) {
    .hero-title,
    .hero h1,
    h1.hero-title {
        text-align: center !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
