/* At other industry stories section*/
.typography-callout {
	font-size: 28px;
}
@media only screen and (max-width: 320px) {
	.bsh-title {
		font-size: 24px !important;
	}
}
@media only screen and (max-width: 483px) {
	#other-industry-stories
		.section-content
		.item-container
		#other-industry-stories-item-2
		.tile
		.tile-content
		.typography-callout {
		font-size: 24px;
	}
}

/* LOCAL OVERRIDES */
@media only screen and (max-width: 1068px) {
	.grid-item-copy .typography-tile-paragraph-copy {
		font-size: 17px;
	}
}
@media only screen and (max-width: 734px) {
	.grid-item-copy .typography-tile-paragraph-copy {
		font-size: 16px;
	}
}

/* Werehouse Management Tile */
@media only screen and (min-width: 350px) and (max-width: 450px) {
	.grid-item-tile-warehouse-management .typography-headline-reduced {
		font-size: 6vw;
	}
}
