.form-actions.form-wrapper { 
  text-align:left!important;
}
/* Remove the background on step 1 */
form.webform-submission-get-in-touch-v2-form {
    background-color: transparent;
    padding: 0;
}
/* Add the background on step 2 and 3 */
form.webform-submission-get-in-touch-v2-form[data-drupal-selector*="-form-"] {
    background-color: #f5f4f5;
    padding: 0rem;
}