.elementor-110 .elementor-element.elementor-element-95f33c8.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-110 .elementor-element.elementor-element-55e73e8{width:var( --container-widget-width, 75% );max-width:75%;--container-widget-width:75%;--container-widget-flex-grow:0;}.elementor-110 .elementor-element.elementor-element-0868e6f{padding:0em 0em 0em 0em;}.elementor-110 .elementor-element.elementor-element-1b5e84e.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-110 .elementor-element.elementor-element-1b5e84e > .elementor-element-populated{padding:0em 2em 2em 2em;}.elementor-110 .elementor-element.elementor-element-f989816 > .elementor-widget-container{padding:2em 0em 0em 0em;}/* Start custom CSS for wp-widget-pods_widget_list, class: .elementor-element-f989816 */.directors {
 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em; 
    margin: auto;
}

.directors .director {
    width: calc(24% - .25em); 
    padding: .5em;
    background-color: white;
    box-sizing: border-box;
    text-align: center;  
    flex-direction: column;
    display: flex;
    flex-direction: column;
    height: 100%; /* Ensure the height of each director container is the same */
}

.elementor-110 .elementor-element.elementor-element-f989816 img {
    width: 100%;
    height: 250px; 
    object-fit: cover; 
    object-position: top;
}

.elementor-110 .elementor-element.elementor-element-f989816 h3 {
    font-size: 21px;
}

.elementor-110 .elementor-element.elementor-element-f989816 h4 {
    font-weight: 300;
    font-size: 18px;
    margin-top: -.5em
}

.link {
    display: inline-block;
    padding: 0.25em .75em;
    background-color: #C48547;
    color: white !important;
    text-decoration: none;
    margin-bottom: .5em;
}

.elementor-110 .elementor-element.elementor-element-f989816 a {
    text-align: center;
}

.link:hover {
    background-color: #0E434B;
}


 @media (min-width: 768px) and (max-width: 1024px){
          
    .directors .director {
    width: calc(45% - .25em); 
    padding: .5em;
    background-color: whitesmoke;
    box-sizing: border-box;
    text-align: center;  
    flex-direction: column;
    display: flex;
    flex-direction: column;
    height: 100%; /* Ensure the height of each director container is the same */
}
            
}

@media (max-width: 767px) {
    .directors .director {
    width: calc(100% - .25em); 
}

}/* End custom CSS */