/* Local Overrides */

@media only screen and (max-width: 450px) {
	.section-content .typography-headline-elevated {
		font-size: 35px;
	}
}

/* small business billboard */
@media only screen and (max-width: 400px) {
	.page-dinner
		.section-small-business-router
		.section-content
		.typography-headline-elevated {
		font-size: 34px;
	}
}
/* end of small business billboard */
