.itc-wrap-c5e8b3f2 {
	display: flex;
	align-items: center;
	gap: 60px;
	position: relative;
}

.itc-wrap-c5e8b3f2.itc-reverse-c5e8b3f2 {
	flex-direction: row-reverse;
}

/* ── Background blob ─────────────────────────────────────────── */
.itc-blob-c5e8b3f2 {
	position: absolute;
	left: -180px;
	top: 50%;
	transform: translateY(-50%);
	width: 560px;
	height: 560px;
	border-radius: 50%;
	background-color: #e8f5f0;
	pointer-events: none;
	z-index: 0;
}

.itc-reverse-c5e8b3f2 .itc-blob-c5e8b3f2 {
	left: auto;
	right: -180px;
}

/* ── Left column ─────────────────────────────────────────────── */
.itc-left-c5e8b3f2 {
	flex: 1;
	position: relative;
	z-index: 1;
}

.itc-title-c5e8b3f2 {
	margin: 0 0 24px;
}

.itc-text-c5e8b3f2 {
	line-height: 1.7;
}

.itc-text-c5e8b3f2 p {
	margin: 0 0 1em;
}

.itc-text-c5e8b3f2 p:last-child {
	margin-bottom: 0;
}

/* ── Right column ────────────────────────────────────────────── */
.itc-right-c5e8b3f2 {
	position: relative;
	flex-shrink: 0;
	z-index: 1;
}

/* ── Circular image ──────────────────────────────────────────── */
.itc-img-circle-c5e8b3f2 {
	width: 420px;
	height: 420px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.itc-img-circle-c5e8b3f2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

/* ── Decorative circle ───────────────────────────────────────── */
.itc-dec-circle-c5e8b3f2 {
	position: absolute;
	bottom: -20px;
	left: -40px;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background-color: #2d9c6e;
	z-index: 0;
	transform: scale(0);
	transform-origin: center;
	transition: transform 700ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.itc-dec-circle-c5e8b3f2.is-animated {
	transform: scale(1);
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 1024px) {
	.itc-img-circle-c5e8b3f2 {
		width: 320px;
		height: 320px;
	}
}

@media (max-width: 767px) {
	.itc-wrap-c5e8b3f2,
	.itc-wrap-c5e8b3f2.itc-reverse-c5e8b3f2 {
		flex-direction: column;
		gap: 40px;
	}

	.itc-blob-c5e8b3f2 {
		display: none;
	}

	.itc-img-circle-c5e8b3f2 {
		width: 260px;
		height: 260px;
	}

	.itc-right-c5e8b3f2 {
		align-self: center;
	}
}
