@media only screen and (max-width: 991px) {
    .navbar-header {
        flex-direction: column;
        gap: 1rem;
    }

    .hero h1 {
        width: 100%!important;
        font-size: 1.5rem;
        margin-top: 2rem!important;
    }

    .hero h1:first-of-type{
        font-size: 3.5rem;
    }

    .display-5 {
        font-size: 2rem;
    }

}
