/* At other industry stories section*/
#other-industry-stories
	.section-content
	.item-container
	#other-industry-stories-item-2
	.tile
	.tile-content
	.typography-callout {
	font-size: 28px;
}
@media only screen and (max-width: 483px) {
	#other-industry-stories
		.section-content
		.item-container
		#other-industry-stories-item-2
		.tile
		.tile-content
		.typography-callout {
		font-size: 24px;
	}
}

/* LOCAL OVERRIDES */
@media only screen and (min-width: 1068px) {
	.tile .tile-content .typography-callout {
		font-size: 28px;
	}
}
@media only screen and (max-width: 1068px) {
	.grid-item-copy .typography-tile-paragraph-copy {
		font-size: 17px;
	}
}
@media only screen and (max-width: 734px) {
	.grid-item-copy .typography-tile-paragraph-copy {
		font-size: 16px;
	}
}
