.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-577 .elementor-element.elementor-element-ee7f14d{text-align:center;}.elementor-577 .elementor-element.elementor-element-ee7f14d .elementor-heading-title{text-transform:uppercase;}.elementor-577 .elementor-element.elementor-element-9af173e{--spacer-size:50px;}/* Start custom CSS */.user-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
}

a.user-single {
    display: block;
    width: 33%;
    text-align: center;
    margin: 0 0 20px;
    padding: 30px;
    transition: all 0.3s ease-out;
}

.user-single:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease-in;
    cursor: pointer;
}

.user-container img {
    border-radius: 10em;
    width: 100px;
    height: auto;
}

h3.user-name {
    font-size: 1.4em;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #231f20;
}

p.user-title {
    color: #999;
    margin: 5px 0 0;
    /*letter-spacing: .5px;*/
    font-size: 14px;
}

p.user-creds {
    font-weight: 500;
    color: #555;
    font-size: 14px;
    margin: 3px 0 0;
}/* End custom CSS */