.about-teaching-grid figure {
  width: min(100%, 520px);
  justify-self: end;
}

.about-teaching-grid figure img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 980px) {
  .about-teaching-grid figure {
    justify-self: start;
  }
}
