.banner_form .column.is-7-desktop .input::placeholder, .banner_form .column.is-7-desktop .textarea::placeholder {
  color: #ddd;
}
#banner_form-form .input {
    background: rgb(255 255 255 / 20%);
    border: none;
    border-radius: 10px;
    padding: 1.5rem 1rem;
    font-size: 1.2rem;
    color: #fff;
}
#banner_form-form .select {
    height: auto;
}
#banner_form-form select {
    background: rgb(255 255 255 / 20%);
    border: none;
    font-size: 1.2rem;
    border-radius: 10px;
    color: #fff;
}
#banner_form-form option {
    color: #333 !important;
}
#banner_form-form .input::placeholder {
  color: #fff;
}
#banner_form-form label {
    color: #fff;
}
 @media (max-width: 768px) {
  .banner_form-inner {
      background: rgb(255 255 255 / 9%);
      border-radius: 10px;
      padding: 25px 10px;
  }
  .banner_form .column.is-7-desktop {
    padding: 0.75rem 0;
  }
  .banner_form .title.is-3 {
    padding: 0 0.75rem;
  }
  .banner_form .block.is-size-6 {
    padding: 0;
  }
}
