.HomeContactForm {
  padding: 4rem 0;
  margin-bottom: calc(var(--spaceXl) * -1);
}

.HomeContactForm-frame {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 4rem;
}

.HomeContactForm-title {
  font-weight: 800;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.25;
  color: var(--colorText);
}

.HomeContactForm-title span {
  display: block;
  color: var(--colorBrand);
}

.HomeContactForm-text {
  width: 25rem;
}

@media (max-width: 64rem) {
  .HomeContactForm-text {
    width: 100%;
  }
}

.HomeContactForm-perex {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

.HomeContactForm-form {
  flex: 1;
}

.AppForm-title {
  display: none;
}

/*# sourceMappingURL=home-contact-form.min.css.map */
