

.section_segments-challenges__icon {
	width: clamp(48px, calc(48px + 9 * (calc(var(--vw, 1vw) * 100) - 576px) / 416), 57px);
	height: clamp(48px, calc(48px + 9 * (calc(var(--vw, 1vw) * 100) - 576px) / 416), 57px);
	margin-bottom: .8rem;
}

	.section_segments-challenges__icon img {
		width: 100%;
		object-fit: contain;
	}

	.section_segments-challenges__item-title {
	font-size: clamp(18px, calc(18px + 4 * (calc(var(--vw, 1vw) * 100) - 576px) / 416), 22px);
	font-weight: 600;
}

	.section_segments-challenges__item-text {
	font-size: clamp(14px, calc(14px + 2 * (calc(var(--vw, 1vw) * 100) - 576px) / 416), 16px);
	line-height: 1.6;
	margin-bottom: 0;
}