section.block-4-leistungen .textCol,  section.block-4-leistungen .textCol h1,  section.block-4-leistungen .textCol h2,  section.block-4-leistungen .textCol h3,  section.block-4-leistungen .textCol a {
	color: var(--white);
}

section.block-4-leistungen .textCol {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

section.block-4-leistungen .imgCol {
	background-size: cover;
	background-position: center;
}

section.block-4-leistungen ul {
	list-style: none;
}

section.block-4-leistungen ul li {
	position: relative;
    margin-bottom: 2.2rem;
}

section.block-4-leistungen ul li:before {
	content: '';
	position: absolute;
	left: -32px;
	top: 0;
	background-image: url('https://nolte-hs.test/wp-content/uploads/2021/10/Leaf-white.svg');
	width: 2.655rem;
	height: 2.533rem;
	background-size: cover;
}

@media (max-width: 767px) {
	section.block-4-leistungen .imgCol {
		min-height: 25rem;
	}	
}
