.featured-form .form-title {
  display: none;
}

@media(min-width: 768px) {
  
  .hs_your_volunteer_interests .input {
    column-count: 2;
  }
}

.hs_your_age, .hs_your_volunteer_interests {
  margin-top: 30px;
}

textarea.hs-input {
  padding: 16px 15px;
}

@media(max-width: 500px) {
  form .form-columns-2 .hs-form-field .hs-input,
  form .form-columns-3 .hs-form-field .hs-input {
    width: 100% !important;
}