.l-form__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-form__button {
  margin: 25px auto 0;
  min-width: 250px;
}
.l-form__wrapper {
  display: flex;
}
@media (max-width: 991.98px) {
  .l-form__wrapper {
    flex-direction: column;
  }
}
.l-form__form {
  padding: 80px 20px 50px 125px;
  height: 100%;
  max-width: 615px;
}
@media (max-width: 1599.98px) {
  .l-form__form {
    padding: 80px 40px 50px;
  }
}
@media (max-width: 991.98px) {
  .l-form__form {
    max-width: 100%;
    padding: 30px 20px 10px;
  }
}
.l-form__image {
  height: 100%;
}
@media (max-width: 991.98px) {
  .l-form__image {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .l-form__image {
    height: 310px;
  }
}
.l-form .c-section-title__title {
  text-align: left !important;
  width: 100%;
}
.l-form .c-section-title__title::before {
  content: none;
}
.l-form__form-header {
  padding: 0 0 32px;
  margin: 0 0 32px;
  position: relative;
}
.l-form__form-header::before {
  content: " ";
  width: 40px;
  height: 3px;
  background: #144051;
  position: absolute;
  left: 0;
  bottom: 0;
}
.l-form .gform_validation_errors {
  display: none !important;
}
.l-form .gfield--type-consent .gfield_validation_message {
  text-align: center !important;
}