
.tn-atom a:hover {
   /* цвет ссылки после наведения */
color: #242424 !important; 
   text-decoration: none !important;
   padding-bottom: 2px !important; 
   transition-duration: 0.3s;
   
   
}
