.hero-image {
  aspect-ratio: 1248/504;
  border-radius: 24px;
  overflow: hidden;
  background-color: #F2F2F1;
}
.hero-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}