@media print, screen and (min-width: 769px) {
	:where(.multiColumn2).lx_mcol2_order21pc > .column1 {
		order: 2;
	}
	:where(.multiColumn2).lx_mcol2_order21pc > .column2 {
		order: 1;
	}
}
@media screen and (max-width: 768px) {
	:where(.multiColumn2).lx_mcol2_order21sp > .column1 {
		order: 2;
	}
	:where(.multiColumn2).lx_mcol2_order21sp > .column2 {
		order: 1;
	}
}