#contact-hero {
	padding: 6rem;
}
#contact-hero .hero-content {
	max-width: 450px;
}
#contact-hero .hero-title {
	font-size: 60px;
	margin-bottom: 3rem;
}
#contact-hero .hero-text {
	max-width: 600px;
	margin-bottom: 3rem;
}

@media (max-width: 1200px) {
	#contact-hero {
		padding: 3rem;
	}
	#contact-hero .hero-title {
		font-size: 40px;
	}
}

@media (max-width: 992px) {
	#contact-hero .hero-title {
		margin-bottom: 2rem;
		font-size: 30px;
	}
	#contact-hero .hero-text {
		margin-bottom: 1rem;
	}
}
