.sc-wrap-a3f7c2e1 {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: center;
	align-items: flex-start;
}

.sc-item-a3f7c2e1 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.sc-circle-a3f7c2e1 {
	width: 260px;
	height: 260px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 32px;
	text-align: center;
	box-sizing: border-box;
}

/* ── Icon ────────────────────────────────────────────────────── */
.sc-icon-a3f7c2e1 {
	line-height: 1;
}

.sc-icon-a3f7c2e1 i {
	font-size: 48px;
	color: #0b7a42;
}

.sc-icon-a3f7c2e1 svg {
	width: 48px;
	height: 48px;
	fill: #0b7a42;
}

/* ── Number ──────────────────────────────────────────────────── */
.sc-number-a3f7c2e1 {
	font-size: 2.5rem;
	font-weight: 700;
	color: #0b7a42;
	line-height: 1;
}

/* ── Label ───────────────────────────────────────────────────── */
.sc-label-a3f7c2e1 {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.4;
	color: #334155;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 767px) {
	.sc-wrap-a3f7c2e1 {
		gap: 24px;
	}

	.sc-circle-a3f7c2e1 {
		width: 180px;
		height: 180px;
		padding: 20px;
	}

	.sc-number-a3f7c2e1 {
		font-size: 2rem;
	}
}
