/*Local Overrides*/

@media only screen and (max-width: 335px) {
	.typography-headline-super {
		font-size: 46px;
	}
}

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

/* Personalized Consultations & Inventory Management TITLE */
@media only screen and (min-width: 371px) and (max-width: 845px) {
	.typography-headline-elevated {
		font-size: 36px;
	}
}
@media only screen and (max-width: 370px) {
	.typography-headline-elevated {
		font-size: 34px;
	}
}

/* Workflow Management */
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.grid-item-tile-workflow .typography-headline-reduced {
		font-size: 31px;
	}
}

/*section-tiles detail-tiles*/
@media only screen and (max-width: 1068px) {
	.typography-tile-paragraph-copy {
		font-size: 16px;
	}
}
@media only screen and (max-width: 405px) {
	.section-tiles .typography-tile-paragraph-copy {
		font-size: 17px;
	}
}
@media only screen and (max-width: 385px) {
	.section-tiles .typography-tile-paragraph-copy {
		font-size: 16px;
	}
}
@media only screen and (max-width: 370px) {
	.section-tiles .typography-tile-paragraph-copy {
		font-size: 15px;
	}
}
