@media (max-width: 768px) {
  .advocacy-form-row .vc_row-fluid {
    display: flex !important;
    flex-direction: column !important;
  }

  /* Form column (the 1/3 col) goes first */
  .advocacy-form-row .vc_col-sm-4 {
    order: 1 !important;
    width: 100% !important;
  }

  /* Text column goes second */
  .advocacy-form-row .vc_col-sm-8 {
    order: 2 !important;
    width: 100% !important;
  }
}