figure.about-photo {
  float: left;
  width: min(340px, 46vw);
  margin: 0.25rem 1.65rem 1.2rem 0;
  shape-margin: 1rem;
}

figure.about-photo img {
  width: 100%;
}

figure.about-photo ~ p {
  hyphens: auto;
  text-wrap: pretty;
}

@media (max-width: 760px) {
  figure.about-photo {
    float: none;
    width: min(340px, 100%);
    margin: 0 0 1rem;
  }
}
