

.section_industries-challenges__card {
	background: white;
	border-radius: 10px;
	padding: clamp(20px, calc(20px + 8 * (calc(var(--vw, 1vw) * 100) - 576px) / 416), 28px);
	display: flex;
	flex-direction: column;
	gap: clamp(12px, calc(12px + 4 * (calc(var(--vw, 1vw) * 100) - 576px) / 416), 16px);
}

	.section_industries-challenges__card:hover {
		background: linear-gradient(90deg, #f3d9f6, #C2C7F8);
	}

	.section_industries-challenges__card-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
}

	.section_industries-challenges__card-icon {
	width: clamp(80px, calc(80px + 20 * (calc(var(--vw, 1vw) * 100) - 576px) / 416), 100px);
	height: clamp(80px, calc(80px + 20 * (calc(var(--vw, 1vw) * 100) - 576px) / 416), 100px);
	flex-shrink: 0;
}

	.section_industries-challenges__card-icon img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.section_industries-challenges__card-text {
	font-size: clamp(13px, calc(13px + 2 * (calc(var(--vw, 1vw) * 100) - 576px) / 416), 15px);
	margin-bottom: 0;
}