.cta-with-form {
  max-width: 70rem;
  margin: 3rem auto;
  padding: 0 1rem;
  width: 100%;
}

.cta-with-form .inner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #386892;
  border-radius: 10px;
  column-gap: 3rem;
  padding: 2.5rem 3.5rem;
}

.cta-with-form .inner-container .cta-content h2 {
  color: #ffffff;
  font-size: 2.1rem;
}

.cta-with-form .inner-container .cta-content {
  color: #ffffff;
  max-width: 100%;
}

.cta-with-form .form-container {
  color: #ffffff;
  align-self: center;
}

.cta-with-form .form-container a {
  color: #ffffff !important;
  font-weight: bold !important;
  text-decoration: underline !important;
}

.cta-with-form .form-container label {
  display: none;
}

.cta-with-form .form-container label.hs-error-msg {
 display: block; 
}

.cta-with-form .form-container .hs-error-msgs label {
 display: block; 
}

.cta-with-form .form-container .input input {
  width: 100% !important;
  height: 3rem;
  margin-bottom: 10px;
  border-radius: 5px;
}

.cta-with-form .form-container .form-columns-1 {
  margin-bottom: 10px;
}

.cta-with-form .form-container .form-columns-2 {
  display: flex;
  column-gap: 10px;
}

.cta-with-form .form-container fieldset {
  max-width: 640px !important;
}

.cta-with-form .form-container fieldset .hs-input {
  width: 100% !important;
}

.cta-with-form .form-container fieldset select.hs-input {
  height: 3rem;
  width: 100% !important;
}

.cta-with-form .form-container fieldset .input {
  margin: 0 !important;
}

.cta-with-form .form-container .hs_submit input {
  color: #386892;
  font-weight: bold;
  font-size 1.9rem;
  height: unset;
  padding: .75rem 2.75rem;
  margin-top: 10px;
  background-color: #ffffff !important;
}

@media (min-width: 1250px) {
  .cta-with-form .inner-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #386892; 
    border-radius: 10px;
    column-gap: 3rem;
    padding: 2.5rem 3.5rem;
    flex-direction: row;
    margin: 0 auto;
  }
  
  .cta-with-form .inner-container .cta-content {
      color: #ffffff;
      max-width: 50%;
    }
}
