.chwhero25-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
}

/* Default order: content first, image second. */
.chwhero25-content-col {
	order: 1;
}
.chwhero25-image-col {
	order: 2;
}

/* Swapped order: image first, content second. */
.chwhero25-wrapper.chwhero25-image-first .chwhero25-content-col {
	order: 2;
}
.chwhero25-wrapper.chwhero25-image-first .chwhero25-image-col {
	order: 1;
}

.chwhero25-content-col {
	flex: 0 0 50%;
	max-width: 50%;
}
.chwhero25-image-col {
	flex: 0 0 50%;
	max-width: 50%;
	display: flex;
	justify-content: center;
}

.chwhero25-heading {
	margin: 0 0 20px 0;
	line-height: 1.2;
}

.chwhero25-description {
	margin: 0 0 30px 0;
}

.chwhero25-button-wrap {
	display: flex;
	justify-content: flex-start;
}

.chwhero25-button {
	display: inline-block;
	text-decoration: none;
	font-weight: 600;
	transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.chwhero25-button:hover {
	transform: translateY(-2px);
}

/* .chwhero25-image is the <img> tag itself. border-radius, box-shadow (both set
   via Elementor's Style controls) and the mask clip-path (set inline,
   only ever on this element) all apply here — and only here. */
.chwhero25-image {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* Stack on tablets and phones, always content-then-image for readability. */
@media (max-width: 767px) {
	.chwhero25-wrapper,
	.chwhero25-wrapper.chwhero25-image-first {
		flex-direction: column;
	}
	.chwhero25-wrapper .chwhero25-content-col,
	.chwhero25-wrapper.chwhero25-image-first .chwhero25-content-col {
		order: 1;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.chwhero25-wrapper .chwhero25-image-col,
	.chwhero25-wrapper.chwhero25-image-first .chwhero25-image-col {
		order: 2;
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 30px;
	}
}
