/* =========================
   Desktop/Tablet Hero - Override mobile
   Loads AFTER mobile-hero.css
   ========================= */

@media (min-width: 769px) {
    .hero-title {
        transform: translateX(-70px) !important;
        white-space: nowrap !important;
        width: 100% !important;
        text-align: center !important;
    }
}