.teq63-hero {
	position: relative;
}

.ph-image--teq63-hero {
	height: 480px;
	border-radius: 0;
}

.teq63-hero-content {
	position: absolute;
	left: 0;
	bottom: 40px;
	max-width: 560px;
	padding: 0 5%;
	color: #ffffff;
}

.teq63-hero-content h1 {
	color: #ffffff;
	font-size: 48px;
	margin: 0 0 12px;
}

.teq63-lede {
	color: rgba(255, 255, 255, 0.85);
	font-size: 16px;
	line-height: 1.6;
}

.teq63-block {
	max-width: 720px;
	margin: 0 auto;
	padding: 48px 5%;
}

.teq63-block h2 {
	font-size: 24px;
	margin: 0 0 16px;
}

.teq63-block p {
	font-size: 16px;
	line-height: 1.8;
	color: #1a1a1a;
}

.teq63-block--alt {
	background: rgba(36, 32, 33, 0.03);
	max-width: none;
}

.teq63-block--alt > * {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 700px) {
	.ph-image--teq63-hero {
		height: 360px;
	}

	.teq63-hero-content h1 {
		font-size: 34px;
	}
}
