.contact-button .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
    background-color: #721C37;
    color: #ffffff;
    font-weight: 500;
}
.contact-button .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:hover {
    background-color: #000000;
}
h2 { margin-bottom: 0;}
footer.wp-block-template-part { margin-top: 0;}
.wpcf7-form-control {
    padding: 10px;
    width: 100%;
}
.wpcf7-textarea {
    width: 100%;
    padding: 10px;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #721C37;
    border: none;
    border-radius: 6px;
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    width: calc(100% + 1.5em);
}
.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #000000;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #721C37;
    border-radius: 6px;
    padding: 1em;
    margin: 0;
    width: 97%;
}

@media screen and (max-width: 500px) {
    header .wp-block-buttons.is-layout-flex.wp-block-buttons-is-layout-flex { width: 100%;}
    header .wp-block-button.contact-button { margin: auto;}
}