

.section_segments-challenges {
	background: linear-gradient(to bottom, #EEF5FF 0%, white 95%);
}

.section_segments-challenges__title {
	font-size: clamp(20px, calc(20px + 16 * (calc(var(--vw, 1vw) * 100) - 576px) / 416), 36px);
	font-weight: 700;
	margin-bottom: clamp(40px, calc(40px + 24 * (calc(var(--vw, 1vw) * 100) - 576px) / 416), 64px);
	max-width: 1100px;
	line-height: 1.2;
}

.section_segments-challenges__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(32px, calc(32px + 16 * (calc(var(--vw, 1vw) * 100) - 576px) / 416), 48px);
}

@media (min-width: 768px) {
	.section_segments-challenges__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}