 /* 
 .Custom-2 > a > span {
  font-size: 14px !important;
  display: inline-block;
  transition: transform 0.2s ease-in-out; 
}

.Custom-2 > a > span:hover {
  transform: scale(1.05); 
}
*/