/* ============================================================================================
	WAVE THERAPY FEATURED LIST / PATTERN
============================================================================================ */
.hhobar-wave-therapy-featured-item {
	flex-flow: column
}

.hhobar-wave-therapy-featured-image-wrapper {
	aspect-ratio: 16/9
}
.hhobar-wave-therapy-featured-image {
	width: 100% !important;
	height: 100% !important
}
.hhobar-wave-therapy-featured-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important
}
.hhobar-wave-therapy-featured-content-inner {
	height: 100% !important
}
.hhobar-wave-therapy-featured-content-inner p {
	margin: 1em 0;
	line-height: 1.6
}

@media screen and (min-width: 768px) {
	.hhobar-wave-therapy-featured-item {
		flex-flow: row nowrap
	}
	.hhobar-wave-therapy-featured-image-wrapper {
		width: 50%;
		aspect-ratio: 1;
		height: auto
	}
	.hhobar-wave-therapy-featured-content {
		flex: 1;
		min-width: 0
	}
	.hhobar-wave-therapy-featured-item:nth-child(even) {
		flex-direction: row-reverse
	}
}
