.person-section-header {
  padding-top: var(--section-padding-top, 0px);
  padding-bottom: var(--section-padding-bottom, 0px);
  text-align: center;
}

.person-section-header__heading {
  font-family: var(--font-heading--family);
  font-size: var(--font-h1--size);
  font-weight: var(--font-heading--weight);
  color: var(--color-foreground-heading);
  margin: 0;
}
