@media print, screen and (width >= 768px) {
  .p-section-contact {
    padding-bottom: 70px;
  }
  .p-section-contact .c-text {
    margin-bottom: 73px;
  }
  .p-section-contact .c-form__note {
    margin-top: 13px;
  }
  .p-section-contact .c-form__button {
    margin-top: 29px;
  }
}
@media screen and (width < 768px) {
  .p-section-contact {
    padding-bottom: 0.6rem;
  }
  .p-section-contact .c-heading--primary {
    margin-bottom: 0.61rem;
  }
  .p-section-contact .c-text {
    margin-bottom: 0.41rem;
  }
}
/*# sourceMappingURL=contact.css.map */