.tel-link {
color: #FFFFFF;
font-size: 20px;
font-weight: bold;
}
@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
