/* ============ CONTACT US HERO ============ */
.hero--contact {
	height: 660px;
}
.hero--contact__overlay {
	background: linear-gradient(180deg, rgba(15, 22, 32, .12) 0%, rgba(15, 22, 32, .08) 40%, rgba(15, 22, 32, .95) 100%);
}
.hero--contact__title {
	position: relative;
	color: #fff;
	font-size: 92px;
	font-weight: 800;
	letter-spacing: .01em;
	text-transform: uppercase;
	margin: 0 0 150px 40px;
	line-height: .9;
}

@media (max-width: 900px) {
	.hero--contact {
		height: 420px;
	}
	.hero--contact__title {
		font-size: 56px;
		margin-bottom: 70px;
	}
}
@media (max-width: 480px) {
	.hero--contact__title {
		font-size: 40px;
		margin-bottom: 50px;
	}
}
