/* ============================================================================================
	ABOUT SECTION 4 / PATTERN
============================================================================================ */
.hhobar-about-section-4-content p {
	margin: 2em 0;
	line-height: 1.9
}
.hhobar-about-section-4-image-wrapper {
	position: relative;
	flex-flow: column
}
.hhobar-about-section-4-image-text {
	position: absolute !important;
	right: 0;
	bottom: -.8em
}

/* images */
.hhobar-about-section-4-image {
	width: 80%;	
}
.hhobar-about-section-4-image:first-of-type {
	margin: -6em auto 0 !important
}
@media screen and (min-width: 768px) {
	.hhobar-about-section-4-image-wrapper {
		flex-flow: row nowrap
	}
	.hhobar-about-section-4-image {
		flex: 1;
		min-width: 0;
		width: initial;
		margin: -6em auto 0 !important
	}
}
