/*Local overrides*/
@media only screen and (min-width: 1301px) {
	.industry-story-spotlight
		.tile
		.tile-content
		.badges
		.column
		.badge
		.badge-value {
		font-size: 54px;
	}
	.industry-story-spotlight
		.tile
		.tile-content
		.badges
		.column
		.badge
		.badge-unit {
		font-size: 28px;
	}
}

/*BSH section*/
.section-story-spotlight
	.tile
	.tile-content
	.badges
	.column
	.badge
	.badge-value {
	padding-bottom: 11px;
}

@media only screen and (min-width: 801px) and (max-width: 901px) {
	.industry-story-spotlight .badge-column {
		margin-right: 10px;
	}
	.industry-story-spotlight .badge-column:nth-child(n + 2) {
		margin-top: 25px;
	}
}
@media only screen and (min-width: 902px) {
	.section-story-spotlight .tile-content {
		padding: 60px 8.33333% !important;
	}
}

/* Font-size cards */
@media only screen and (min-width: 1068px) {
	.typography-callout {
		font-size: 28px;
	}
}

/* Want want tile */
.industry-story-spotlight .tile .tile-content .badges .column.badge-column {
	margin-top: 25px;
}

.industry-story-spotlight .tile .tile-content .badges {
	gap: 1px;
}
