@charset "UTF-8";

@media(min-width: 769px){
    a[href^="tel:"]{
        pointer-events: none;
        text-decoration: none;
    }
}