section.m33_falle {
	padding-top: 54px;
}

section.m33_falle .m33_item_content {
	background: #f5f8fa;
	border-radius: 20px;
	padding: 37px 71px 40px 69px;
	width: calc(100% - 98px);
}

section.m33_falle .m33_vergleich_container {
	background: #fff;
	border-radius: 20px;
	padding: 25px 69px 23px 71px;
}

section.m33_falle .m33_text_container *,
section.m33_falle .m33_vergleich_container *,
section.m33_falle .m33_beschreibung_container {
	font-family: "stratos-lights", sans-serif;
}

section.m33_falle .m33_vergleich_titel_container {
	display: flex;
}

section.m33_falle .m33_vorher_titel_container {
	gap: 38px;
}

section.m33_falle .m33_nachher_titel_container {
	gap: 26px;
}

section.m33_falle .m33_vergleich_titel_container * {
	margin-bottom: 0;
}

section.m33_falle .m33_balken_track {
	height: 44px;
	background: #f5f8fa;
	border-radius: 50px;
	display: flex;
	align-items: center;
	width: 60%;
	position: relative;
}

section.m33_falle .m33_item_vergleich {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

section.m33_falle .m33_item_vorher {
	margin-bottom: 8px;
}

section.m33_falle .m33_balken_beschriftung_container {
	position: relative;
	z-index: 2;
}

section.m33_falle .m33_balken_beschriftung_container p {
	margin-bottom: 0;
	padding-left: 26px;
	line-height: 1;
}

section.m33_falle .m33_balken_vorher_beschriftung_container p {
	color: #fff;
}

section.m33_falle .m33_balken_nachher_beschriftung_container p {
	color: #384358;
}

section.m33_falle .m33_item_counter {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid rgba(0, 42, 77, .3);
	border-radius: 50px;
	padding: 11px 21px 12px 21px;
	margin-top: 29px;
	min-width: 98px;
}

section.m33_falle .m33_balken {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	border-radius: 50px;
}

section.m33_falle .m33_vorher_balken {
	background: #b0405d;
}

section.m33_falle .m33_nachher_balken {
	background: #d0efcd;
}

section.m33_falle .m33_item {
	display: flex;
	align-items: flex-start;
	gap: 44px;
}

section.m33_falle .m33_items {
	display: flex;
	flex-direction: column;
	gap: 23px;
}

section.m33_falle .m33_beschreibungen_container {
	display: flex;
	gap: 55px;
	margin-top: 36px;
}

section.m33_falle .m33_beschreibung_item {
	width: 33.3333%;
}

section.m33_falle .m33_beschreibung_container * {
	color: #9ea2aa;
}

section.m33_falle .m33_text_container {
	margin-top: 31px;
	margin-bottom: 38px;
}

section.m33_falle .m33_beschreibung_container {
	margin-top: 7px;
}

@media screen and (max-width: 1399px) {
	section.m33_falle .m33_item {
		flex-direction: column;
		gap: 14px;
	}
	
	section.m33_falle .m33_item_content {
		width: 100%;
	}
	
	section.m33_falle .m33_beschreibungen_container {
		gap: 35px;
	}
	
	section.m33_falle .m33_item_content {
		padding: 37px 41px 40px 39px;
	}
	
	section.m33_falle .m33_vergleich_container {
		padding: 25px 39px 23px 41px;
	}
}

@media screen and (max-width: 991px) {
	section.m33_falle {
		padding-top: 0;
	}
	
	section.m33_falle .m33_item_vergleich {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
	
	section.m33_falle .m33_item_nachher {
		margin-top: 30px;
	}
	
	section.m33_falle .m33_balken_track {
		width: 100%;
	}
	
	section.m33_falle .m33_beschreibungen_container {
		flex-direction: column;
	}
	
	section.m33_falle .m33_beschreibung_item {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	section.m33_falle .m33_item_content {
		padding: 17px 21px 20px 19px;
	}
	
	section.m33_falle .m33_vergleich_container {
		padding: 15px 20px 13px 20px;
	}
	
	section.m33_falle .m33_balken_beschriftung_container p {
		padding-left: 16px;
	}
	
	section.m33_falle .m33_text_container {
		margin-top: 11px;
		margin-bottom: 18px;
	}
	
	section.m33_falle .m33_beschreibungen_container {
		gap: 15px;
		margin-top: 16px;
	}
	
	section.m33_falle .m33_item_counter {
		margin-top: 10px;
	}
}

@media screen and (max-width: 575px) {
	section.m33_falle .m33_vergleich_titel_container {
		flex-direction: column;
		gap: 7px;
	}
	
	section.m33_falle .m33_vorher_balken {
		min-width: 90px;
	}
	
	section.m33_falle .m33_nachher_balken {
		min-width: 100px;
	}
}