

.section_sectors__item {
	background: #eaebfc;
	border-radius: 24px;
	padding: clamp(30px, calc(30px + 20 * (calc(var(--vw, 1vw) * 100) - 576px) / 416), 50px);
	margin-bottom: clamp(25px, calc(25px + 15 * (calc(var(--vw, 1vw) * 100) - 576px) / 416), 40px);
}

.section_sectors__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(30px, calc(30px + 20 * (calc(var(--vw, 1vw) * 100) - 576px) / 416), 50px);
}

@media (max-width: 992px) {
	.section_sectors__grid {
		grid-template-columns: 1fr;
	}
}

.section_sectors__left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: clamp(10px, calc(10px + 5 * (calc(var(--vw, 1vw) * 100) - 576px) / 416), 15px);
}

.section_sectors__icon img {
	width: clamp(72px, calc(72px + 38 * (calc(var(--vw, 1vw) * 100) - 576px) / 416), 110px);
	height: auto;
	object-fit: contain;
}

.section_sectors__content h3 {
	font-size: clamp(24px, calc(24px + 12 * (calc(var(--vw, 1vw) * 100) - 576px) / 416), 36px);
	line-height: 1.1;
	font-weight: 600;
	margin-bottom: .3em;
}

.section_sectors__content h4 {
	font-size: clamp(18px, calc(18px + 6 * (calc(var(--vw, 1vw) * 100) - 576px) / 416), 24px);
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: .5em;
}

.section_sectors__content p {
	margin-bottom: 10px;
}

.section_sectors__content strong {
	font-weight: 600;
}

.section_sectors__right {
	background: rgba(194, 199, 248, 0.5);
	border-radius: 20px;
	padding: clamp(20px, calc(20px + 10 * (calc(var(--vw, 1vw) * 100) - 576px) / 416), 30px);
}

.section_sectors__right h4 {
		font-size: clamp(18px, calc(18px + 6 * (calc(var(--vw, 1vw) * 100) - 576px) / 416), 24px);
		font-weight: 700;
		margin-bottom: clamp(15px, calc(15px + 15 * (calc(var(--vw, 1vw) * 100) - 576px) / 416), 30px);
	}