.about-intro {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-block-end: 0.75rem;
}

.about-intro .img-link {
  flex-shrink: 0;
}

.about-photo {
  width: 8rem;
  height: 8rem;
  max-width: 8rem;
  flex-shrink: 0;
  object-fit: cover;
  object-position: center 20%;
  block-size: 8rem;
}

@media (max-width: 32em) {
  .about-intro {
    flex-direction: column;
    align-items: flex-start;
  }
}

.about .body h3 {
  margin-block-end: 0.35em;
}

.about .body h3 + p {
  color: var(--color-text-muted, #737373);
  margin-block-start: 0;
}
