/* O Que Fazemos › 01 Nossos 6 Diferenciais (cards verde-claro). */
.page-o-que-fazemos .ofz-difs .block-2col { padding-bottom: clamp(1.25rem, 1rem + 1.5vw, 28px); }
.page-o-que-fazemos .ofz-difs__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(.75rem, 1.5vw, 16px);
}
.page-o-que-fazemos .ofz-dif {
	min-height: 132px;
	display: flex;
	align-items: center;
	padding: clamp(1.25rem, 3vw, 38px);
	border-radius: 10px;
	background: #C2D49A;
}
.page-o-que-fazemos .ofz-dif span {
	font-size: 19.8px;
	line-height: 1.27;
	font-weight: 500;
	color: var(--leto-ink);
	max-width: 30ch;
}
.page-o-que-fazemos .ofz-difs__cta {
	display: flex;
	justify-content: center;
	padding-block: clamp(2rem, 1.5rem + 2vw, 50px) clamp(2.5rem, 2rem + 3vw, 72px);
}
.page-o-que-fazemos .ofz-difs__cta .pill-dark { min-width: 300px; }

@media (max-width: 900px) {
	.page-o-que-fazemos .ofz-difs__grid { grid-template-columns: 1fr; }
}
