/* ==========================================================================
   WE Coffee — Pattern-specific layout refinements.
   ========================================================================== */

/* Keep the semantic and mobile order intact while reversing About desktop columns. */
@media (min-width: 782px) {
	.wecoffee-about-roastery__columns {
		flex-direction: row-reverse;
	}
}
