.header-hero {
  display: none;
}

@media (min-width: 1024px) {
  .container:has(.contact-banner) {
    padding: 0 32px !important;
    width: 100%;
  }
}
.page__title {
  text-align: left !important;
}

.contact-columns {
  max-width: 1200px;
  margin: 0 auto;
}

.wp-block-column {
  height: fit-content;
}

.wp-block-columns :has(.form-title) {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #E5E5E5;
}

label {
  color: #000;
}

.wpforms-required-label {
  color: #0086FF !important;
}

.wpforms-container {
  margin: 0 !important;
}
.wpforms-container button {
  padding: 12px 24px !important;
  border-radius: 12px !important;
  border: none !important;
  color: #fff !important;
  background: #0086FF !important;
  box-shadow: none !important;
}
