section.m81_preise_neu {
	background: #FAFAFE !important;
	padding: 100px 0;
}

section.m81_preise_neu .m81_preis_item_inner img {
	max-height: 170px;
	max-width: 250px;
	position: relative;
	z-index: 2;
}

section.m81_preise_neu .m81_preis_item_inner {
	background: #fff;
	border-radius: 15px;
	padding: 60px 20px 59px 20px;
	display: flex;
	justify-content: center;
	border: 1px solid #efebff;
}

section.m81_preise_neu .m81_preis_item_inner {
	position: relative;
	overflow: hidden;
	height: 100%;
}

section.m81_preise_neu .m81_top_content {
	margin-bottom: 82px;
}

section.m81_preise_neu .m81_titel_container h2 {
	color: #1F1DB0;
	text-align: center;
}

section.m81_preise_neu .m81_text_container {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 27px;
}

section.m81_preise_neu .m81_text_container p {
	color: #101079;
	text-align: center;
	max-width: 50%;
}

@media screen and (max-width: 1599px) {
	section.m81_preise_neu .m81_preis_item_inner::before {
		width: 350px;
		height: 350px;
	}
}

@media screen and (max-width: 1399px) {
	section.m81_preise_neu .m81_preis_item_inner::before {
		width: 280px;
		height: 280px;
	}
}

@media screen and (max-width: 991px) {
	section.m81_preise_neu .m81_preis_item {
		padding: 12px;
	}
	
	section.m81_preise_neu .m81_preise_content_preise {
		justify-content: center;
	}
	
	section.m81_preise_neu .m81_text_container p {
		max-width: 80%;
	}
}

@media screen and (max-width: 767px) {
	section.m81_preise_neu .m81_preis_item_inner::before {
		width: 380px;
		height: 380px;
	}
	
	section.m81_preise_neu .m81_text_container p {
		max-width: 100%;
	}
	
	section.m81_preise_neu .m81_top_content {
		margin-bottom: 41px;
	}
}

@media screen and (max-width: 430px) {
	section.m81_preise_neu .m81_preis_item_inner::before {
		width: 280px;
		height: 280px;
	}
}