@media only screen and (min-width: 1069px) {
	.typography-headline-super {
		font-size: 77px;
	}
}

@media only screen and (max-width: 734px) {
	.small-centered {
		margin-left: 70px;
		margin-right: 70px;
	}
}

@media only screen and (max-width: 434px) {
	.xsmall-centered {
		margin-left: 40px;
		margin-right: 40px;
	}

	.page-features .section-hero .hero-copy-wrap .hero-copy-headline {
		font-size: 32px;
	}
}

/*section-super*/
@media only screen and (min-width: 1069px) {
	.typography-eyebrow-super {
		font-size: 30px;
	}
}
