.elementor-261 .elementor-element.elementor-element-3680098{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-261 .elementor-element.elementor-element-9301426 .elementor-heading-title{color:var( --e-global-color-secondary );}.elementor-261 .elementor-element.elementor-element-364a804 .elementor-heading-title{color:var( --e-global-color-secondary );}.elementor-widget-image-gallery .gallery-item .gallery-caption{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-261 .elementor-element.elementor-element-3fa7fbf .gallery-item .gallery-caption{text-align:center;}.elementor-261 .elementor-element.elementor-element-02e07f9 .elementor-heading-title{color:var( --e-global-color-secondary );}.elementor-261 .elementor-element.elementor-element-831fcfd .elementor-heading-title{color:var( --e-global-color-secondary );}.elementor-261 .elementor-element.elementor-element-552c84a .elementor-heading-title{color:var( --e-global-color-secondary );}.elementor-261 .elementor-element.elementor-element-c71065a .elementor-heading-title{color:var( --e-global-color-secondary );}/* Start custom CSS for text-editor, class: .elementor-element-9208835 */.flex--list ul{display: flex; flex-wrap: wrap; column-gap: 30px;}/* End custom CSS */
/* Start custom CSS for image-gallery, class: .elementor-element-3fa7fbf */.logo-gallery .gallery-item {
    outline: unset !important;
}

.logo-gallery .gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* Base image style */
.logo-gallery img {
    width: 100%;
    height: 520px;
    border-radius: 6px;
    object-fit: cover;
    object-position: top;
}

/* Mobile (max 600px) */
@media (max-width: 1200px) {
    .logo-gallery .gallery {
    }
    .logo-gallery .gallery-item {
        width: 50% !important;
        max-width: 100% !important;
        padding: 5px;
    }
    .logo-gallery img {
        height: 200px !important;
    object-position: center;
    }
}

/* Large screens (min 1200px) */
@media (min-width: 1200px) {
    .logo-gallery .gallery-item {
        width: 33.33333% !important;
        padding: 5px;
    }
}/* End custom CSS */