.ui.cards .card .image img {
      width: 100%;
      height: 220px;
      object-fit: cover;
}

.ui.cards .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.ui.cards .card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
