.job-intake-form .fields-wrapper {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   gap: 20px;
   margin-bottom: 30px;
}

.job-intake-form .fields-wrapper .row {
   flex: 1 1 100%;
}

@media (min-width: 797px) {
   .job-intake-form .fields-wrapper .row {
      flex: 1 1 48%;
   }
}