@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;
	}
	.section-hero .xsmall-centered br.small {
		display: none;
	}
}

@media only screen and (max-width: 517px) {
	.xsmall-centered {
		margin: auto;
	}
	.section-hero .xsmall-centered br.small {
		display: block;
	}
}
@media only screen and (max-width: 434px) {
	.page-features .section-hero .hero-copy-wrap .hero-copy-headline {
		font-size: 32px;
	}
}
