.elementor-42 .elementor-element.elementor-element-8693fd9{--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-42 .elementor-element.elementor-element-2b839ef{--display:flex;}.elementor-42 .elementor-element.elementor-element-193f8fe .gallery-item .gallery-caption{text-align:center;}/* Start custom CSS for image-gallery, class: .elementor-element-193f8fe */#team .gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

#team .gallery img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
    object-fit: cover;
}

#team .gallery-item {
    max-width: 30%;
}

#team figcaption {
    font-size: 18px;
}/* End custom CSS */