.tel-contact {
	text-align: center;
}

.tel-contact__heading {
	font-weight: 700;
	font-size: 1.8rem;
	margin-bottom: 18px;
}

.tel-contact__number {
	font-weight: 500;
	font-size: 3.2rem;
	font-family: "Jost", sans-serif;
	letter-spacing: 0.05em;
	margin-bottom: 8px;
	display: block;
}

.tel-contact__number:before {
	content: "";
	width: 37px;
	height: 24px;
	background: url(../img/icon_dial.svg) no-repeat center/contain;
	display: inline-block;
	margin-right: 10px;
}

.tel-contact__text {
	text-align: center;
	margin-bottom: 24px;
}

@media screen and (min-width: 681px) {

.tel-contact__heading { /* md */
	font-size: 2.0rem;
}

.tel-contact__number { /* md */
	font-size: 4.0rem;
}

}

