/* Local Overrides */

/* saturnbird hero headline */
@media only screen and (min-width: 1069px) {
	.page-saturnbird .story-hero .section-content.story-hero-text-content {
		max-width: 680px;
	}
}
@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.page-saturnbird .story-hero .section-content.story-hero-text-content {
		max-width: 480px;
	}
}
@media only screen and (max-width: 734px) {
	.page-saturnbird .story-hero .section-content.story-hero-text-content {
		max-width: 280px;
	}
}
/* end of saturnbird hero headline */

/* quotes */
/* saturnbird - first quote  */
@media only screen and (min-width: 1069px) {
	.page-saturnbird .section-content .story-quote.custom_one {
		margin-inline: 160px;
	}
}
@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.page-saturnbird .section-content .story-quote.custom_one {
		margin-inline: 80 px;
	}
}
/* saturnbird - second quote  */
@media only screen and (min-width: 1069px) {
	.page-saturnbird .section-content .story-quote.custom_two {
		margin-inline: 185px;
	}
}
@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.page-saturnbird .section-content .story-quote.custom_two {
		margin-inline: 100px;
	}
}
/* end of quotes */

/* stories section */
/* stories section - dance eyebrow */
@media only screen and (min-width: 735px) {
	.page-saturnbird .typography-eyebrow-super.custom_dance {
		margin-inline-end: 55px;
	}
}
/* stories section - jaunt eyebrow */
@media only screen and (min-width: 735px) {
	.page-saturnbird .typography-eyebrow-super.custom_jaunt {
		margin-inline-end: 60px;
	}
}
/* end of stories section */

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