/* Keep the founder nameplate clear of the centered role caption on narrow screens. */
@media (max-width: 639px) {
  #about .group > .absolute.-bottom-3 {
    bottom: 2rem;
  }
}
