/*Local Overrides*/

/*United Airlines tile*/

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

@media only screen and (max-width: 1068px) and (min-width: 801px) {
	.apple-devices-count {
		padding-left: 10px;
	}
}
@media only screen and (max-width: 900px) and (min-width: 735px) {
	.industry-story-spotlight .tile .tile-content .badges .column.badge-column {
		flex-basis: 58.33333%;
		max-width: 58.33333%;
	}
	.industry-story-spotlight
		.tile
		.tile-content
		.badges
		.column.badge-column:nth-child(n + 2) {
		margin-top: 25px;
	}
}
