h1 {
  color: #0d9f78;
}

.hero-inner, .hero-headline {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}

.form-header {
      color: #0B3151;
    font-size: 28px;
    font-weight: bold;
}

.hero-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.two-column-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 900px;
}

.column {
  flex: 1 1 100%;
  padding: 20px;
  box-sizing: border-box;
}

.column img {
  margin: 0 auto;
  height: auto;
  display: block;
  border-radius: 8px; /* optional */
}

.column-form {
      max-width: 500px;
}

@media (min-width: 768px) {
  .column {
    flex: 1 1 50%;
  }
}

@media (max-width: 768px) {
  .two-column-wrapper {
  flex-wrap: wrap;
  }
}

form .hs-input, form input {
    background-color: #ffffff;
    background-image: none;
    border-color: #0B3151;
    border-width: 1.5px;
    color: #0B3151;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: left;
}

label:not(.hs-error-msg) { font-size: 0px; line-height: 0px }

input[type="submit"] {
    background-color: #0B3151 !important;
    background-image: none !important;
    font-size: 20px !important;
    padding-bottom: 16px !important;
    padding-left: 42% !important;
    padding-right: 42% !important;
    padding-top: 16px !important;
    text-align: center !important;
    color: white;