section.m33_auflistung {
	background: #c9d0d266;
}

section.m33_auflistung .m33_content {
	display: flex;
	flex-wrap: wrap;
	padding-top: 56px;
	margin-top: 48px;
	border-top: 1px solid #3f565f;
}

section.m33_auflistung .m33_auflistung_item svg {
	fill: #3f565f;
	width: 18px;
	margin-top: 2px;
}

section.m33_auflistung .m33_auflistung_item {
	width: 33%;
	display: flex;
	align-items: center;
	margin-bottom: 13px;
	gap: 12px;
}

section.m33_auflistung .m33_auflistung_item p {
	margin-bottom: 0;
	max-width: calc(100% - 19px - 12px);
}

@media screen and (max-width: 1920px) {
	section.m33_auflistung .m33_content {
		margin-top: 131px;
	}
}

@media screen and (max-width: 1199px) {
	section.m33_auflistung .m33_content {
		margin-top: 48px;
	}
}

@media screen and (max-width: 991px) {
	section.m33_auflistung .m33_content {
		margin-top: 0;
	}
	
	section.m33_auflistung .m33_auflistung_item {
		width: 50%;
	}
	
	section.m33_auflistung {
		padding-top: 0;
	}
}

@media screen and (max-width: 767px) {
	section.m33_auflistung .m33_auflistung_item {
		width: 100%;
	}
}