/* hero headline */
@media only screen and (max-width: 375px) {
	.typography-hero-headline {
		font-size: 40px;
	}
}

/* compare section */
@media only screen and (max-width: 1068px) {
	.typography-compare-pricing {
		font-size: 15px;
	}
}

@media only screen and (max-width: 734px) {
	.section-always-on .section-header {
		padding-right: 20px;
	}
}

.section-hero .hero-section-header {
	min-height: 722px;
}

html.text-zoom .section-hero .hero-section-header {
	min-height: 750px;
}

@media only screen and (max-width: 1068px) {
	.section-hero .hero-section-header {
		min-height: 670px;
	}
}

@media only screen and (max-width: 1068px) and (orientation: landscape) {
	html.text-zoom .section-hero .hero-section-header {
		min-height: 750px;
	}
}

@media only screen and (max-width: 734px) {
	.section-hero .hero-section-header {
		min-height: 450px;
	}
}

@media only screen and (max-width: 734px) and (orientation: landscape) {
	.section-hero .hero-section-header {
		min-height: 450px;
	}
}
