.hero-card {
  background: linear-gradient(135deg, #ffffff 0%, #f5f7fb 100%);
}

.card-img-fit {
  height: 210px;
  object-fit: cover;
}

