/*Local Fixes*/
@media only screen and (min-width: 1069px) {
	.industry-story-spotlight
		.tile
		.tile-content
		.badges
		.column
		.badge
		.badge-value {
		font-size: 54px;
	}
}
@media only screen and (min-width: 1069px) {
	.industry-story-spotlight
		.tile
		.tile-content
		.badges
		.column
		.badge
		.badge-unit {
		font-size: 30px;
	}
}
@media only screen and (min-width: 1068px) {
	#main
		> section.section.section-other-industry-stories.industry-other-stories.is-detail
		> div.medium-hide
		> div
		> div
		> div:nth-child(1)
		> div
		> div
		> h3 {
		font-size: 28px !important;
	}
}

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