@media screen and (max-width: 768px) {
  /* Target the wizard pages wrapper holding the input fields and add top margin space */
  .webform-submission-form .webform-wizard-pages,
  .webform-submission-form .form-wrapper {
    margin-top: 1px !important; 
    padding-top: 10px !important;
    clear: both !important;
  }
}