

.section_ecosystem {
	background: #F2FBFA;
}

.section_ecosystem__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(30px, calc(30px + 10 * (calc(var(--vw, 1vw) * 100) - 576px) / 416), 40px);
	align-items: center;
}

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

.section_ecosystem__visual svg {
	width: 100%;
	max-width: 620px;
	height: auto;
}

.section_ecosystem__description {
	margin-bottom: 2rem;
}