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