.servicio-card {
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.servicio-card:hover {
  background-color: #f8f9fa;
}

