.hero.ih1 {
    .hero-inner {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
    }

    .hero-content {
        align-items: center;
        max-width: 800px;
    }
}