:root{
  --card-img-height: 180px;
}
.card-img-top{
  height: var(--card-img-height);
  object-fit: cover;
}
.hero-img{
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 1rem;
}
.badge-soft{
  background: rgba(13,110,253,.1);
  color: rgba(13,110,253,1);
  border: 1px solid rgba(13,110,253,.15);
}
