.section .section-content {
	margin-bottom: 100px;
}

.industry-story-spotlight .tile .tile-content .badges {
	width: 113%;
}

@media only screen and (max-width: 1450px) {
	.industry-story-spotlight .tile .tile-content .badges .column.badge-column {
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media only screen and (max-width: 800px) {
	.industry-story-spotlight .tile .tile-content .badges {
		flex-direction: column;
	}
}

@media only screen and (max-width: 1450px) {
	.industry-story-spotlight .tile .tile-content .badges .column.badge-column:nth-child(n + 3) {
		margin-top: 25px;
	}
}

.industry-story-spotlight .tile .tile-content .badges .column .badge .badge-unit {
	font-size: 40px;
}

@media only screen and (max-width: 1068px) {
	.industry-story-spotlight .tile .tile-content .badges .column .badge .badge-unit {
		font-size: 32px;
	}
}
