.form-contact-us {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.form-contact-us .select2.select2-container {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .form-contact-us {
    row-gap: 28px;
  }
}