/* Founder portrait directly beneath the Meet the team action. */
.about-founder-portrait {
  width: clamp(150px, 18vw, 210px);
  aspect-ratio: 4 / 5;
  margin: 26px 0 0;
}

@media (max-width: 750px) {
  .about-founder-portrait {
    width: min(54vw, 190px);
    margin-top: 24px;
  }
}
