hi,

so the fix is in the style.css file

span.tel:hover { cursor: pointer; }

should be:

span.tel { cursor: pointer; }