@media (max-width: 1025px) {
    #hero h1 {
        line-height: 60px;
    }
}

@media (max-width: 768px) {
    #hero {
        height: 40vh !important;
    }

    .about-card-img {
        max-height: 200px !important;
        object-fit: cover !important;
    }

    .hero-container h1 {
        font-size: 20px !important;
        margin-bottom: 0 !important;
    }

    .hero-container h2 {
        font-size: 18px !important;
    }

    .hero-container a {
        font-size: 12px !important;
    }

    #hero {
        background: url("../img/hero-bg-1.jpg") center top no-repeat;
        background-attachment: scroll;
    }

    #hero h1 {
        line-height: 40px;
    }
}