.athlete-card-hover {
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.athlete-card-hover:hover {
  transform: translateY(-12px);
}
