#contact .gform_wrapper .gform_body .gform_fields {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 1rem !important;
}

#contact .gform_wrapper .gform_body .gform_fields .gfield.gfield--width-half {
    flex-basis: calc(50% - 0.5rem) !important;
    width: calc(50% - 0.5rem) !important;
}

#contact .gform_wrapper .gform_body .gform_fields .gfield:not(.gfield--width-half) {
    flex-basis: 100% !important;
    width: 100% !important;
}

@media (max-width: 768px) {
    #contact .gform_wrapper .gform_body .gform_fields .gfield.gfield--width-half {
        flex-basis: 100% !important;
        width: 100% !important;
    }
}