.landing {
    height: 690px;
    background-size: cover;
    background-position: center;
}

h1.display-4 {
    font-weight: 900;
    color: #fff;
    text-shadow: 2px 2px #00000063;
}

@media (max-width: 767px) {
    .hero-text-style1 .h1, .fullscreen h2, .fullscreen h1 {
        font-size: 3em !important;
        line-height: 1.31818182em;
    }
}
