:root {
--left-blob: rgb(49, 255, 181);
--right-blob:   rgb(235, 215, 40);
--blob-size: 1000px;
--blur-base: 240px;
--blur-center: 220px;
--opacity: 0.35;
--text: #373f52;
--px: 0;
--py: 0;
--sc: 1;
}
section.m8_logo_overview {
overflow: hidden;
}
section.m8_logo_overview .mM_container {
position: relative;
z-index: 3;
}
section.m8_logo_overview .m8_title {
font-size: 1rem;
}
section.m8_logo_overview .m8_item_content_image_container {
height: 78px;
display: flex;
align-items: flex-end;
border-left: 2px solid #374052;
padding-left: 23px;
padding-bottom: 8px;
}
section.m8_logo_overview .m8_item_content_image_container img,
section.m8_logo_overview .m8_item_content_image_container svg {
max-height: 69px;
max-width: 223px;
width: auto;
height: auto;
}
section.m8_logo_overview .m8_item_content_image_container svg {
fill: #374052;
}
section.m8_logo_overview .m8_item_content_title_subtitel_text_container {
padding-left: 23px;
padding-top: 22px;
position: relative;
}
section.m8_logo_overview .m8_item_content_title_subtitel_text_container:after {
content: '';
background: rgba(55, 64, 82, .2);
width: 2px;
height: calc(100% - 7px);
position: absolute;
left: 0;
top: 0;
}
section.m8_logo_overview .m8_items.mM_row {
gap: 70px;
}
section.m8_logo_overview .m8_item.mM_col_33 {
width: calc(33.3333% - ((70px * 2) / 3 ));
}
section.m8_logo_overview .m8_titel_container {
margin-bottom: 134px;
}
@media screen and (max-width: 991px) {
section.m8_logo_overview .m8_item.mM_col_33 {
width: calc(50% - (50px / 2));
}
section.m8_logo_overview .m8_items.mM_row {
justify-content: center;
gap: 50px;
}
}
@media screen and (max-width: 767px) {
section.m8_logo_overview .m8_titel_container {
margin-bottom: 34px;
}
}
@media screen and (max-width: 575px) {
section.m8_logo_overview .m8_item.mM_col_33 {
width: 100%;
}
section.m8_logo_overview .m8_item_content_image_container img,
section.m8_logo_overview .m8_item_content_image_container svg {
max-width: calc(223px - 23px);
}
}