.tn-elem.hover-text .tn-atom a {
  display:inline-block;
  transition: transform .3s cubic-bezier(.25,.8,.25,1), color .25s ease;
  text-decoration: none;
}
.tn-elem.hover-text .tn-atom a:hover {
  transform: scale(1.2);                   /* лёгкое увеличение */
  color: #00AAFF !important;        