.elementor-bc-flex-widget .elementor-892 .elementor-element.elementor-element-eb30447.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-892 .elementor-element.elementor-element-eb30447.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-892 .elementor-element.elementor-element-eb30447.elementor-column > .elementor-widget-wrap{justify-content:space-between;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}@media(max-width:1024px){.elementor-892 .elementor-element.elementor-element-afebd14{margin-top:0px;margin-bottom:0px;}.elementor-bc-flex-widget .elementor-892 .elementor-element.elementor-element-eb30447.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-892 .elementor-element.elementor-element-eb30447.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-892 .elementor-element.elementor-element-eb30447.elementor-column > .elementor-widget-wrap{justify-content:space-between;}}@media(max-width:767px){.elementor-892 .elementor-element.elementor-element-afebd14{margin-top:0px;margin-bottom:0px;}.elementor-892 .elementor-element.elementor-element-eb30447{width:99%;}.elementor-bc-flex-widget .elementor-892 .elementor-element.elementor-element-eb30447.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-892 .elementor-element.elementor-element-eb30447.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-892 .elementor-element.elementor-element-eb30447.elementor-column > .elementor-widget-wrap{justify-content:center;}}@media(min-width:768px){.elementor-892 .elementor-element.elementor-element-eb30447{width:100%;}}/* Start custom CSS for section, class: .elementor-element-afebd14 *//* Target the actual inner container that holds the widgets */
#row-flex > .elementor-widget-wrap {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    align-items: center !important;
}

/* Ensure the children behave as flex items */
.row-flex-child {
    width: 100px !important;
    flex: 0 0 auto; /* Prevents images from shrinking or growing weirdly */
    margin-bottom: 20px; /* Adds spacing when they wrap */
}

/* Responsive adjustments */
@media screen and (max-width: 1024px) {
    .row-flex-child {
        width: 75px !important;
    }
}

@media screen and (max-width: 767px) {
    .row-flex-child {
        width: 50px !important;
    }
    #row-flex > .elementor-widget-wrap {
        justify-content: center !important; /* Looks better centered on mobile */
        gap: 15px;
    }
}/* End custom CSS */