/* Contact shares the established Destination Hero dimensions. */
.contact-hero {
    height: 575px;
}

.contact-hero .destination-hero__content {
    padding-top: 211px;
}

@media (max-width: 991.98px) {
    .contact-hero {
        height: 530px;
    }

    .contact-hero .destination-hero__content {
        padding-top: 190px;
    }
}

@media (max-width: 767.98px) {
    .contact-hero {
        height: 500px;
    }

    .contact-hero .destination-hero__content {
        padding-top: 170px;
    }
}
