/* Desktop-only equal-height helper moved out of `style.css` to reduce unused CSS on mobile. */
/*equal-height-row*/
.grid-equal-height {
	display: flex;
	flex-wrap: wrap;
}

