/*Local overrides*/

/*United Airlines tile*/
@media only screen and (max-width: 1280px) and (min-width: 1070px) {
	.industry-story-spotlight
		.tile
		.tile-content
		.badges
		.column
		.badge
		.badge-value {
		font-size: 60px;
	}
}

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