section.block-4-leistungen .headlineWrap {
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
}

section.block-4-leistungen .contentRow {
	margin-top: 7rem;
}

section.block-4-leistungen .contentRow > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 3rem;
}

section.block-4-leistungen .singleLeistungWrap {
	width: 100%;
	padding: 3.5rem 3rem;
	background-color: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	-webkit-transition: border-color .3s ease;
	-o-transition: border-color .3s ease;
	transition: border-color .3s ease;
}

section.block-4-leistungen .singleLeistungWrap:hover {
	border-color: rgba(212, 12, 26, 0.6);
}

section.block-4-leistungen .leistungHeadWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 2rem;
}

section.block-4-leistungen .iconWrap {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 5rem;
	height: 5rem;
	border-radius: var(--radiusSmall);
	background-color: var(--redSoft);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

section.block-4-leistungen .iconWrap img {
	width: 2.4rem;
	height: 2.4rem;
}

section.block-4-leistungen h3 {
	margin-bottom: 0;
}

section.block-4-leistungen .punkteWrap {
	list-style: none;
	padding-left: 0;
	margin: 2.5rem 0 0 0;
	color: var(--textMuted);
	font-size: 1.8rem;
}

section.block-4-leistungen .punkteWrap li {
	position: relative;
	padding-left: 2.2rem;
	margin-bottom: 1rem;
}

section.block-4-leistungen .punkteWrap li:last-child {
	margin-bottom: 0;
}

section.block-4-leistungen .punkteWrap li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.9rem;
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	background-color: var(--red1);
}

@media(max-width: 1199px){
	section.block-4-leistungen .contentRow {
		margin-top: 5rem;
	}

	section.block-4-leistungen .singleLeistungWrap {
		padding: 3rem 2.5rem;
	}
}

@media(max-width: 767px){
	section.block-4-leistungen .leistungHeadWrap {
		gap: 1.5rem;
	}
}
