@charset "UTF-8";

.tel-is-number {
pointer-events: none;
}

@media screen and (max-width: 900px) {
.tel-is-number {
pointer-events: auto;
}
}