.contact-us-article {
    height: calc(100vh - 270px) !important;
}

@media only screen and (max-height: 700px) {
    .contact-us-article {
        height: 350px !important;
    }
}