.grid-modal .modal-content {
	padding: 2em !important;
}

@media only screen and (max-width: 1068px) {
	.typography-headline-elevated {
		font-size: 38px !important;
	}
}

@media only screen and (max-width: 441px) {
	.typography-headline-elevated {
		font-size: 30px !important;
	}
}

@media only screen and (max-width: 370px) {
	.typography-tile-paragraph-copy {
		font-size: 15px;
	}
}
@media only screen and (max-width: 360px) {
	.grid-item-tile-productivity .typography-headline-elevated {
		font-size: 36px;
	}
}

/* quotes for safari */

blockquote {
	quotes: "“" "”";
}
