.featured-card:hover {
  transform: scale(1.02);
  transition: transform 0.3s ease;
}
