@charset "utf-8";

@media all {
	section.block-header3 .row.orient-right {
		flex-direction: row-reverse;
	}

	section.block-header3 .row.orient-right * {
		text-align: right;
	}
}