.l-form__info .c-section-title {
  text-align: left;
}
@media (max-width: 991.98px) {
  .l-form__image-container {
    display: flex;
    justify-content: center;
    position: relative;
    top: -35px;
  }
}
.l-form__title {
  color: black;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media (max-width: 1599.98px) {
  .l-form__title {
    font-size: 1.6em;
  }
}
@media (max-width: 991.98px) {
  .l-form__title {
    font-size: 1.5em;
  }
}
.l-form__text {
  color: black;
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 3rem;
  line-height: 1.7;
}
@media (max-width: 991.98px) {
  .l-form__text {
    font-size: 0.8125em;
    margin-bottom: 2rem;
  }
}