@media (hover: hover) {
    .tel-btn:hover {
        cursor: default !important;
    }
}

.tel-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    border: none !important;
    vertical-align: middle;
}

.tel-btn img {
    display: block;
    height: 20px;
    width: 20px;
}