a[href^=tel]{
    transition: 0.5s;
}
a[href^=tel]:hover{
    transition: 0.5s;
    color: #FF6700 !important;
}