/* Local Overrides */

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

/*small business router section*/
/*button*/
@media only screen and (max-width: 734px) {
	.section.section-small-business-router.theme-dark a {
		padding: 9px 16px;
	}

	.button.button-super.small-business-router-button {
		font-size: 14px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section.section-small-business-router.theme-dark a {
		padding: 11px 22px;
	}
}
/* end of small business billboard */
