/* local overrides */

@media only screen and (min-width: 1069px) {
	.industry-story-spotlight
		.tile
		.tile-content
		.badges
		.column
		.badge
		.badge-value {
		font-size: 54px;
	}
}

@media only screen and (min-width: 1300px) {
	.section-story-spotlight .badge-column:nth-child(1) {
		flex-basis: 23% !important;
	}
	.section-story-spotlight .badge-column:nth-child(2) {
		flex-basis: 40% !important;
	}
}
