.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-51027 .elementor-element.elementor-element-3f0e3b9{--display:flex;}.elementor-widget-heading .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.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-51027 .elementor-element.elementor-element-a6b552a{text-align:center;}.elementor-widget-person-gallery-widget .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-person-gallery-widget .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-51027 .elementor-element.elementor-element-ab1643e .person .elementor-widget-wrap{border-width:1px;}/* Start custom CSS for person-gallery-widget, class: .elementor-element-ab1643e */.persons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.person__info--title {
    font-size: 18px !important;
}

.person__info--company {
    font-size: 20px !important;
}

@media (min-width: 1024px) {
    .person {
        flex: 1 1 30%;
        height: 350px;
        max-width: 350px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .person {
        flex: 1 1 45%;
        height: 350px;
    }
}

@media (max-width: 767px) {
    .person {
        flex: 1 1 100%;
        height: 350px;
        max-width: none;
    }
}


@media (max-width: 480px) {
    .person {
        height: 350px;
        margin-bottom: 1px;
    }
}/* End custom CSS */