.ce_rsce_produktvorteile {
	border-top: 1px solid black;
	padding-top: 2rem;
	margin-top: 4rem;
	
}
.ce_rsce_produktvorteile h3 {
	word-break: break-all;
	
}
.ce_rsce_produktvorteile .vorteil {
	flex-basis: 100%;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-bottom: 2rem;
	
}
.ce_rsce_produktvorteile .vorteile {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1rem;
	margin-right: -1rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	
}
.ce_rsce_produktvorteile .img {
	width: 8rem;
	height: 8rem;
	background-position: left center;
	background-repeat: no-repeat;
	
}
@media screen and (min-width: 768px){
	.ce_rsce_produktvorteile .vorteil {
		flex-basis: 50%;
		padding-right: 2rem;
		
	}
	.ce_rsce_produktvorteile .vorteile {
		padding-top: 5rem;
		padding-bottom: 5rem;
		
	}
	
}
@media screen and (min-width: 1500px){
	.ce_rsce_produktvorteile .vorteil {
		flex-basis: 25%;
		
	}
}

