@media(max-width:767px){.elementor-1331 .elementor-element.elementor-element-1b751fc{margin-top:31%;margin-bottom:0%;}}/* Start custom CSS for contact, class: .elementor-element-b70f404 */.elementor-1331 .elementor-element.elementor-element-b70f404 button[type="submit"], 
.elementor-1331 .elementor-element.elementor-element-b70f404 input[type="submit"] {
    color: #FFFFFF !important;
}

@media only screen and (max-width: 767px) {
    button.btn-animation {
        display: block !important;
        width: fit-content !important; /* Keeps it from stretching across the entire screen */
        margin-left: auto !important;
        margin-right: auto !important;
        align-self: center !important; /* Centers it just in case the form wrapper is using Flexbox */
    }
}/* End custom CSS */