.l2_logo_column section:not(.l2_siegel_row) .elementor-widget-wrap.elementor-element-populated {
aspect-ratio: 1 / 1 !important;
display: flex;
align-items: center;
}
.l2_logo_column section:not(.l2_siegel_row) .elementor-widget-image {
align-items: center;
height: 100%;
justify-content: center;
display: flex;
}
.l2_logo_column section:not(.l2_siegel_row) img {
min-width: 125px !important;
max-width: 150px !important;
}
@media screen and (min-width:768px) and (max-width:1024px) {
.l2_logo_column section:not(.l2_siegel_row) img {
max-width: 200px !important;
min-width: 150px !important;
}
.l2_logo_column section:not(.l2_siegel_row) .elementor-column {
width: 33.333%;
}
}
@media screen and (max-width:767px) {
.l2-ref-grid-container>.elementor-container.elementor-column-gap-default {
gap: 9px;
}
.l2_logo_column section:not(.l2_siegel_row) .elementor-column {
width: calc(33.333% - 6px);
}
.l2_logo_column section:not(.l2_siegel_row) img {
max-width: 100% !important;
min-width: unset !important;
}
}