.tel-link {
	pointer-events: none;
}

@media screen and (max-width: 767px) {
	.tel-link {
		pointer-events: auto;
	}
}