/* 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;
	}
}

/* #main > section.section.section-story-spotlight.industry-story-spotlight > div > div:nth-child(2) > div > div > div.row.badges */
@media only screen and (min-width: 735px) {
	#main
		> section.section.section-story-spotlight.industry-story-spotlight
		> div
		> div:nth-child(2)
		> div
		> div
		> div.row.badges {
		flex-direction: column;
	}
}

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