/* Keep the landing view focused on the primary title and class picker. */
.hero-kicker,
#cors-banner,
#midnight-logo,
.section-heading p {
  display: none !important;
}

.site-hero {
  padding-top: 34px !important;
  padding-bottom: 30px !important;
}

.section-heading {
  display: block !important;
  width: min(1100px, 100%) !important;
  margin: 8px auto 14px !important;
  padding: 0 !important;
  text-align: center !important;
}

.section-heading > div {
  width: 100%;
}

.section-eyebrow {
  margin-bottom: 7px !important;
}

.section-heading h2 {
  text-align: center !important;
}

@media (max-width: 600px) {
  .site-hero {
    padding-top: 24px !important;
    padding-bottom: 22px !important;
  }

  .section-heading {
    margin-bottom: 12px !important;
  }
}
