@media only screen and (max-width: 768px)
{
.wp-image-2158 {
z-index: -1;
position: absolute;
left: 0;
top: 0;
width: 100% !important;
max-width: 260px !important
}
} .form-footer {
width 100%;
max-width: 280px
}
#wpforms-form-439 {
display: flex;
flex-wrap: nowrap;
justify-content: space-between
}
#wpforms-439-field_2 {
height: 50px !important
}
.form-footer .wpforms-submit {
position: relative !important;
width: 50px !important;
height: 50px !important;
border-radius: 50% !important;
color: transparent !important
}
.form-footer .wpforms-submit::before {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-family: "Font Awesome 5 Free";
font-size: 20px;
font-weight: 900;
content: "\f061";
color: #fff
}
.form-footer .wpforms-submit:hover:before {
color: var( --e-global-color-primary )
}