@media only screen and (max-width: 449px) {
	.typography-headline-super {
		font-size: 45px;
	}
}
@media only screen and (max-width: 320px) {
	.typography-headline-super {
		font-size: 43px;
	}
}

@media only screen and (max-width: 413px) {
	.section-hero .hero-headline-wrap {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.section-hero .hero-headline-wrap .typography-headline-super {
		font-size: 40px;
	}
}
/* alt in order to keep all features with initial cap */
.page-compatibility .section-features-list .section-content .non-function {
	text-transform: initial;
}
