/*Local Overrides*/

 /* Industry Introduction */
 @media only screen and (min-width: 1069px) {
	.industry-intro .section-content {
		width: 1010px;
	}
 }

/* Want Want tile */
@media only screen and (max-width: 1068px) {
	.industry-story-spotlight .tile .tile-content {
		padding-right: 16px;
	}
}
@media only screen and (min-width: 1068px) {
	.industry-story-spotlight
		.tile
		.tile-content
		.badges
		.column.badge-column:nth-child(n + 3) {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 1300px) {
	.industry-story-spotlight .tile .tile-content .badges .column.badge-column {
		flex-basis: 100%;
		max-width: 65%;
	}
}

.industry-story-spotlight
	.tile
	.tile-content
	.badges
	.column.badge-column:nth-child(n + 2) {
	margin-top: 20px;
}

.badge .badge-value {
	font-size: 40px;
}
