.ecosystem-five-flex {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.ecosystem-five-right {
	position: relative;
	padding-top: 120px;
	padding-bottom: 60px;
}
.ecosystem-five-card__right {
	position: sticky;
	top: 160px;
	transition: opacity 0.3s ease;
}
.body-wrap {
	overflow: unset;
}
.ecosystem-five-card__right:not(.active) {
	opacity: 0;
	display: none;
}
.ecosystem-five-card__right.active {
	opacity: 1;
	display: flex;
}
.ecosystem-five-card .ecosystem-five-card__right {
	display: none;
}
@media (max-width: 1190px) {
	.ecosystem-five-right {
		display: none;
	}
	.ecosystem-five-card .ecosystem-five-card__right {
		display: flex;
	}
	.ecosystem-five-card__right:not(.active) {
		opacity: 1;
	}
}
