/* Hero Headline */
@media only screen and (max-width: 449px) {
	.typography-headline-super {
		font-size: 40px;
	}
}

@media only screen and (max-width: 1068px) {
	.typography-feature-title {
		font-size: 15px;
	}
}
@media only screen and (max-width: 734px) {
	.typography-feature-title {
		font-size: 14px;
	}
}

/* alt in order to keep all features with initial cap */
.page-compatibility .section-features-list .section-content .non-function {
	text-transform: initial;
}
