/* Standardize Client Logos Sizes for specific Elementor sections */
.elementor-element-1fab4b4d .elementor-widget-image img,
.elementor-element-31bda7fb .elementor-widget-image img {
    height: 75px !important;
    width: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
    margin: 0 auto !important;
    display: block !important;
}

/* Mobile adjustments */
@media (max-width: 767px) {
    .elementor-element-1fab4b4d .elementor-widget-image img,
    .elementor-element-31bda7fb .elementor-widget-image img {
        height: 55px !important;
    }
}
