/* Stili per le card animate */
.card:hover::before {
  transform: scaleX(1);
}
