.wcc-opportunity {
	border-radius: 16px;
	margin-left: auto;
	margin-right: auto;
	max-width: none;
	padding: 40px 44px 36px;
	width: 100%;
}

.wcc-opportunity h3 {
	font-family: var(--wcc-serif, "Newsreader", Georgia, serif);
	font-size: 31px;
	font-weight: 600;
	margin-bottom: 30px;
}

.wcc-opportunity-steps {
	gap: 56px;
	margin-bottom: 30px;
}

.wcc-opportunity-step {
	position: relative;
}

.wcc-opportunity-steps strong {
	font-size: 45px;
	font-weight: 600;
}

.wcc-opportunity-steps h4 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	margin: 7px 0 10px;
}

.wcc-opportunity-steps p {
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

.wcc-markets .wcc-opportunity > small {
	border-top: 1px solid color-mix(in srgb, var(--wcc-caption-navy) 24%, transparent);
	display: block;
	font-size: 13px;
	line-height: 1.45;
	padding-top: 18px;
}

.wcc-opportunity > small strong {
	color: var(--wcc-white);
	font-weight: 700;
}

@media (max-width: 760px) {
	.wcc-opportunity { padding: 32px 24px; }
	.wcc-opportunity-steps { gap: 26px; }
}
