a.footer_phone {
    color: inherit;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

a.footer_phone:hover {
    color: var(--theme-skit-color);
}