/* Local Overrides */

/* Hero */

@media only screen and (max-width: 500px) {
	.section.section-hero .section-content .typography-headline-super {
		font-size: 40px;
	}
}

@media only screen and (max-width: 370px) {
	.section.section-hero .section-content .typography-headline-super {
		font-size: 32px;
	}
}
