a {
  display: inline-block  !important;
  transition: transform 0.2s ease  !important;
}

a:hover {
  transform: scale(1.04) !important;
}