/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */

.wp-block-wsa-gutenberg-blocks-block-01-three-columns {
	align-items:stretch;
	display:flex;
	flex-wrap:wrap;
}

@media only screen and (min-width:768px) {
	.wp-block-wsa-gutenberg-blocks-block-01-three-columns {
		flex-wrap:nowrap;
	}
}
