.hero-text {
	font-family: 'kepler-std-display', serif;
	font-size: 1.5rem;
	color: #183159;
	font-weight: 400;
}

@media(min-width: 68rem) {
	.hero-text {
		font-size: 2.75rem;
	}
	
	.layout--onecol .hero-text {
		max-width: 68%;
		margin: 2rem auto 0 auto;
		}
}