.zp-sectionHeader {
  display: grid;
  gap: 12px;
  margin: 0 0 var(--space-6);
}

.zp-sectionHeader.is-center {
  justify-items: center;
  text-align: center;
}

.zp-sectionHeader .zp-kicker {
  font-size: 0.78rem;
  letter-spacing: 0.28em;
  color: #8a121d;
  text-transform: uppercase;
}

.zp-sectionHeader .zp-h2 {
  margin: 0;
  color: #13070b;
  letter-spacing: -0.015em;
}

.zp-sectionHeader__p {
  margin: 0;
  color: #4d3338;
  font-size: 1.02rem;
  max-width: 64ch;
}

.zp-sectionHeader__rule {
  height: 3px;
  width: 64px;
  background: #8a121d;
  margin-top: 12px;
}

.zp-sectionHeader.is-center .zp-sectionHeader__rule {
  width: 96px;
}

