a[href*="tel:"] {
	pointer-events: initial;
	color: #333;
}
a[href*="tel:"]:hover {
	text-decoration: none;
	opacity: 1;
}