.gform-field-row--span-three {
grid-row: span 3;
}
.gform-field-row--span-two{
grid-row: span 2;
}
.gform_required_legend {
  display: none;
}
#contact label {
  font-weight: 300;
  font-size: 14px;
}
#contact legend.gfield_label.gform-field-label {
  font-weight: 300;
  font-size: 16px;
}
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"] {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #000;
  max-width: 250px;
  width: 100%;
  margin-bottom: 0;
}
/*#contact #field_submit {
  display: none;
}*/
#gform_submit_button_29 {
  display: block !important;
}
body .gform_wrapper .gform_footer {
    justify-content: flex-end;
}
body .gform_wrapper .gform_page_footer {
    text-align: right;
}

@media only screen and (min-width:980px){
#field_submit {
  margin-top: -37%;
  display: block !important;
}
}