#info a {
 text-decoration: underline;
}

#info a:hover {
 text-decoration: none;
}

@media screen and (min-width: 768px) {
#info a[href^="tel:"] {
 text-decoration: none;
}
}

@media screen and (max-width: 768px) {
#info a {
 text-decoration: underline;
}

#info a:hover {
 text-decoration: none;
}
}