section.m25_vorteile {
	background: #384358;
	border-radius: 20px;
}

section.m25_vorteile .m25_beschriftung_container h3 {
	color: #c3efc6;
}

section.m25_vorteile .m25_beschreibung_container *,
section.m25_vorteile .m25_text_container *,
section.m25_vorteile .m25_titel span,
section.m25_vorteile .m25_titel {
	color: #fff;
}

section.m25_vorteile .m25_main_content {
	display: flex;
	margin-bottom: 145px;
}

section.m25_vorteile .m25_titel_container,
section.m25_vorteile .m25_text_container {
	width: 50%;
}

section.m25_vorteile .m25_text_container p:not(:first-child) {
  margin-top: 32px;
}

section.m25_vorteile .m25_text_container {
	margin-top: 37px;
}

section.m25_vorteile .m25_items {
	display: flex;
	flex-wrap: wrap;
	gap: 76px 209px;
}

section.m25_vorteile .m25_item {
	width: calc(33.3333% - ((209px * 2) / 3));
}

section.m25_vorteile .m25_item_image_container {
	width: 76px;
	height: 76px;
	margin-bottom: 18px;
}

section.m25_vorteile .m25_item_content {
	position: relative;
}

section.m25_vorteile .m25_items .m25_item:not(:nth-child(3n)) .m25_item_content:after {
	content: '';
	width: 1px;
	height: 65px;
	background: rgba(255, 255, 255, .3);
	position: absolute;
	top: 50%;
	right: -105px;
	transform: translateY(-50%);
}

section.m25_vorteile .m25_beschriftung_container {
	margin-bottom: 29px;
}

@media screen and (max-width: 1199px) {
	section.m25_vorteile .m25_items .m25_item:not(:nth-child(2n)) .m25_item_content:after {
		content: '';
		width: 1px;
		height: 65px;
		background: rgba(255, 255, 255, .3);
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: -52px;
	}
	
	section.m25_vorteile .m25_items .m25_item:nth-child(2n) .m25_item_content:after {
		display: none;
	}
	
	section.m25_vorteile .m25_items {
		gap: 58px 104px;
	}
	
	section.m25_vorteile .m25_item {
		width: calc(50% - (104px / 2));
	}
	
	section.m25_vorteile .m25_titel_container,
	section.m25_vorteile .m25_text_container {
		width: 100%;
	}
	
	section.m25_vorteile .m25_main_content {
		flex-direction: column;
		margin-bottom: 76px;
	}
	
	section.m25_vorteile .m25_text_container {
		margin-top: 0;
	}
	
	section.m25_vorteile .m25_titel {
		margin-bottom: 29px;
	}
}

@media screen and (max-width: 767px) {
	section.m25_vorteile .m25_items .m25_item .m25_item_content:after {
		display: none;
	}
	
	section.m25_vorteile .m25_item {
		width: 100%;
	}
}