/* ============================================================================================
	WAVE THERAPY SECTION 2 / PATTERN
============================================================================================ */
.hhobar-wave-therapy-section-2-inner {
	flex-flow: column
}
.hhobar-wave-therapy-section-2-content {
	flex: 1;
	min-width: 0
}
.hhobar-wave-therapy-section-2-content p {
	margin: 2em 0;
	line-height: 1.9
}

@media screen and (min-width: 768px) {
	.hhobar-wave-therapy-section-2-inner {
		flex-flow: row nowrap
	}
	.hhobar-wave-therapy-section-2-image {
		width: 50%
	}
	.hhobar-wave-therapy-section-2-content {
		flex: 1;
		min-width: 0
	}
}