.hero-family-photo {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 24px;
}

@media (max-width: 820px) {
  .hero-family-photo {
    border-radius: 20px;
  }
}
