/*Local Overrides*/

/* Only with apple Section*/
@media only screen and (min-width: 1068px) {
	.typography-only-with-apple-column-headline {
		font-size: 40px;
	}
}

#other-industry-stories-item-2 .custom_xsmall {
	display: none;
}
@media only screen and (max-width: 330px) {
	#other-industry-stories-item-2 .custom_xsmall {
		display: inline-block;
	}
}
