@media print, screen and (width >= 768px) {
  .p-section-entry {
    padding-bottom: 94px;
  }
  .p-section-entry .c-heading--primary {
    margin-bottom: 118px;
  }
  .is-firefox .p-section-entry .c-form__required {
    padding-top: 0;
  }
}
@media screen and (width < 768px) {
  .p-section-entry {
    padding-bottom: 0.8rem;
  }
  .p-section-entry .c-heading--primary {
    margin-bottom: 0.76rem;
  }
}
/*# sourceMappingURL=entry.css.map */