@media all and (max-width: 780px) {
	.wp-block-columns.reverse-on-mobile {
		flex-direction: column-reverse;
	}
}
