/* Readable column for the About pages: centered, capped width, side padding. */
.about-page {
  max-width: 40rem;
  margin: 0 auto;
  padding: 0 1.5rem 2rem;
  line-height: 1.6;
}
