.hero-card {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.featured-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 24px;
}

.event-section-title {
  margin-top: 30px;
}
