body {
  background-color: #F4F4F0;
  color: #111111;
}
.section-header {
  border-top: 1px solid #CCCCCA;
  padding-top: 1.5rem;
}
.story-visual-media,
.team-media {
  position: relative;
  width: 100%;
  padding-top: 70%;
  overflow: hidden;
  background-color: #CCCCCA;
}
.story-visual-media img,
.team-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq-grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.faq-item {
  border-top: 1px solid #CCCCCA;
  padding-top: 1rem;
}
.hero-title {
  font-size: 3rem;
}
@media (max-width: 767.98px) {
  .hero-title {
    font-size: 2.25rem;
  }
}
.hero-subtitle {
  max-width: 36rem;
}
.badge,
.card-meta,
.meta-label {
  letter-spacing: 0.16em;
}
.editorial-rule {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
