/* For Rich Text lists - Selector is specific for  page */

@media screen and (min-width: 768px) {
	.c--rich-text .f--rich-text ul {
		columns: 2;
		column-gap: 10%;
	}
}
