.contact-us-page {
    padding: 78px 0px 56px;
}

.contact-us-page .wp-block-heading {
    font-weight: 900;
    margin-bottom: 13px;
}

.contact-form {
    padding: 31px 0;
}

.contact-form input[type="submit"] {
    margin-top: -9px;
}

.page-template-contact-us .banner-text .short-description * {
    text-transform: inherit;
}

@media (min-width: 768px){
    
.page-template-contact-us .banner-text .short-description * {
    font-size: 18px;
}
}
@media (max-width: 767px) {
    .page-template-contact-us .section-banner-general .banner-text {
        padding: 50px 0 99px;
        bottom: 19px;
        top: auto;
    }
    
    .page-template-contact-us .section-banner-general + .site-content {
        margin-top: -59px;
    }

    .contact-us-page .wp-block-heading {
        font-size: 48px;
        margin-bottom: 17px;
    }
    
    .contact-us-page {
        padding: 61px 0px 56px;
    }
    
    .contact-us-page .content-page p {
        font-size: 18px;
        line-height: 120%;
    }
    
    .contact-form {
        padding: 36px 0 7px;
    }
}