.container-motion {
  perspective: 1000px;
}

.card-motion {
  transform-style: preserve-3d;
  box-shadow: 0 0 20px #000;
}