.hero-image{
    min-height: 400px;
    height: calc(100vh - 120px);
    max-height: 600px;
}

.hero-tagline{
    padding: 0;
}

#about-us{
    padding: 120px 0;
}

#about-us .container{
    max-width: 800px;
    margin: 0 auto;
}

#about-us *{
    font-family: "Montserrat", sans-serif !important;
    color: var(--text-light) !important;
}

@media screen and (max-width: 768px){
    .hero-image {
        min-height: 240px;
        height: calc(100vh - 120px);
        max-height: 320px;
    }
}