.page-header-aboutus{
    max-height: 140px;
}

.left-75pct {
	left: 75%;
}


/* Maps */
.google-map {
	background: #E5E3DF;
	height: 450px;
	margin: -35px 0 30px 0;
	width: 100%;
}



/* Big Title */
.landing-big-title {
	letter-spacing: -7px;
	font-size: 72px;
	font-size: 5rem;
	line-height: 0.8;
}

@media (max-width: 575px) {
	.landing-big-title {
		letter-spacing: -18px;
		font-size: 7rem;
	}
}