/* WJAZ V67 — center the name-story value pills beneath the copy. */
.about-page .story-copy .about-pill-row {
  width: 100%;
  margin-inline: auto;
  justify-content: center;
  align-items: center;
}

@media (max-width: 620px) {
  .about-page .story-copy .about-pill-row {
    row-gap: 8px;
  }
}
