/* Overrides original values; close to full-width display on rich text (decent for quotes, tables, embeds) */

.cc--rich-text .c--rich-text {
	padding-left: 8% !important;
	padding-right: 8% !important;
}

@media screen and (min-width: 1024px) {
	.cc--featured-summaries .c--featured-summaries .header-text-container {
		max-width: 90%;
	}
}