.stats .stats-icon {
  transition: all .25s;
}

.stats:hover .stats-icon {
  transform: translateY(-.5rem)
}
