section.m8_logo_overview {
	background: #ebebeb;
	z-index: 2;
	position: relative;
}

section.m8_logo_overview * {
	color: #000;
}

section.m8_logo_overview .mM_row {
	gap: 0;
}

section.m8_logo_overview .mM_col_33 {
	width: 33.3333%;
}

section.m8_logo_overview .m8_titel_container {
	margin-bottom: 75px;
}

section.m8_logo_overview .m8_item_content_image_container {
	display: flex;
	justify-content: center;
	align-items: center;
}

section.m8_logo_overview .m8_item_content_image_container img,
section.m8_logo_overview .m8_item_content_image_container svg {
	width: auto;
}

section.m8_logo_overview .m8_title_container {
	margin-top: 26px;
	margin-bottom: 12px;
}

section.m8_logo_overview .m8_titel,
section.m8_logo_overview .m8_title {
	text-align: center;
}

section.m8_logo_overview .m8_item {
	padding: 32px 36px 27px 37px;
	border-right: 1px solid rgba(0, 0, 0, .2);
}

section.m8_logo_overview .m8_item:last-child {
	border-right: none;
}

section.m8_logo_overview .m8_item_content_main {
	display: flex;
	flex-direction: column;
	align-items: center;
}

section.m8_logo_overview .m8_text {
	text-align: center;
}

@media screen and (max-width: 991px) {
	section.m8_logo_overview .mM_col_33 {
		width: 50%;
	}
	
	section.m8_logo_overview .mM_row {
		justify-content: center;
	}
	
	section.m8_logo_overview .m8_items .m8_item:nth-of-type(2) {
		border-right: none;
	}
}

@media screen and (max-width: 575px) {
	section.m8_logo_overview .mM_col_33 {
		width: 100%;
	}
	
	section.m8_logo_overview .m8_item {
		padding: 12px 16px 40px 17px;
	}
	
	section.m8_logo_overview .m8_titel_container {
		margin-bottom: 34px;
	}
	
	section.m8_logo_overview .m8_items .m8_item {
		border-right: none;
	}
	
	section.m8_logo_overview .m8_items .m8_item:not(:last-child) {
		border-bottom: 1px solid #454545;
	}
	
	section.m8_logo_overview .mM_row {
		gap: 35px;
	}
}

@media screen and (max-width: 330px) {
	section.m8_logo_overview .m8_item {
		padding: 17px 26px 40px 27px;
	}
}