/*Local Overrides*/
@media only screen and (max-width: 1400px) and (min-width: 1301px) {
	.industry-story-spotlight .tile .tile-content .badges .column.badge-column {
		flex-basis: 50%;
		max-width: 50%;
	}
	.industry-story-spotlight
		.tile
		.tile-content
		.badges
		.column.badge-column:nth-child(n + 3) {
		margin-top: 25px;
	}
	.industry-story-spotlight .tile .tile-content .badges .column:nth-child(3) {
		padding-left: 0px;
	}
}

@media only screen and (min-width: 1401px) {
	.industry-story-spotlight .tile .tile-content .badges .column.badge-column {
		flex-basis: 30%;
		max-width: 30%;
	}
	.industry-story-spotlight .tile .tile-content .badges .column:nth-child(3) {
		padding-left: 18px;
	}
}

@media only screen and (max-width: 950px) and (min-width: 801px) {
	.industry-story-spotlight
		.tile
		.tile-content
		.badges
		.column.badge-column:nth-child(n + 2) {
		margin-top: 25px;
	}
}
