section.m8_logo_overview {
	background: linear-gradient(0deg,rgba(223, 231, 237, 0.3) 30%, rgba(255, 255, 255, 0) 100%);
}

section.m8_logo_overview .mM_row {
	gap: 27px;
}

section.m8_logo_overview .mM_col_33 {
	width: calc(33.3333% - ((27px * 2) / 3));
}

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

section.m8_logo_overview .m8_item_content_image_container {
	display: flex;
	width: 106px;
	height: 106px;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #eff3f6;
}

section.m8_logo_overview .m8_item_content_image_container img,
section.m8_logo_overview .m8_item_content_image_container svg {
	width: auto;
	min-width: 50px;
	height: 50px;
	min-height: 50px;
}

section.m8_logo_overview .m8_title_container {
	margin-top: 39px;
	margin-bottom: 2px;
}

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

section.m8_logo_overview .m8_title {
	font-size: 1rem;
}

section.m8_logo_overview .m8_item {
	background: #fff;
	border: 1px solid #e4e8eb;
	border-radius: 10px;
	padding: 57px 66px 62px 67px;
}

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

/* Logo above Title Start */

section.m8_logo_overview[data-logo-position="logo_above_title"] .m8_item_content_image_container {
	justify-content: center;
}

section.m8_logo_overview[data-logo-position="logo_above_title"] .m8_text,
section.m8_logo_overview[data-logo-position="logo_above_title"] .m8_subtitle,
section.m8_logo_overview[data-logo-position="logo_above_title"].m8_title {
	text-align: center;
}

/* Logo above Title End */

/* Logo besides Title Start */

section.m8_logo_overview[data-logo-position="logo_besides_title"] .m8_item_logo_title_container {
	display: flex;
	align-items: center;
	gap: 25px;
}

/* Logo besides Title End */

/* Logo besides Title and Text Start */

section.m8_logo_overview[data-logo-position="logo_besides_title_and_text"] .m8_item_content_main {
	display: flex;
	gap: 25px;
}

/* Logo besides Title and Text End */

@media screen and (max-width: 991px) {
	section.m8_logo_overview .mM_col_33 {
		width: calc(50% - (27px / 2));
	}
	
	section.m8_logo_overview .mM_row {
		justify-content: center;
	}
}

@media screen and (max-width: 575px) {
	section.m8_logo_overview .mM_col_33 {
		width: 100%;
	}
	
	section.m8_logo_overview .m8_item {
		padding: 27px 36px 32px 37px;
	}
	
	section.m8_logo_overview .m8_titel_container {
		margin-bottom: 34px;
	}
}

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