/* Local Overrides */

/* body quotes */
/* first quote  */
@media only screen and (min-width: 1069px) {
	.page-jaunt
		.section-content
		.story-quote
		.typography-story-quote.custom_one {
		max-width: 590px;
	}
}
@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.page-jaunt
		.section-content
		.story-quote
		.typography-story-quote.custom_one {
		min-width: 480px;
	}
}
/* second quote */
@media only screen and (min-width: 1069px) {
	.page-jaunt .section-content .story-quote.custom_two {
		margin-inline: 112px;
	}
}
@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.page-jaunt .section-content .story-quote.custom_two {
		margin-inline: 42px;
	}
}
/* end of quotes */

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

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