.stm_staff_list_style_4 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}

.stm_staff_list_style_4 .stm_staff__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.stm_staff_list_style_4 .stm_staff__image img {
    max-width: 270px;
}

.stm_staff_list_style_4 .stm_staff__image:before, .stm_staff_list_style_4 .stm_staff__image:after {
    content: '';
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.stm_staff_list_style_4 .stm_staff__image:after {
    z-index: -1;
}

.stm_staff_list_style_4 .stm_staff__info {
    position: relative;
    padding: 10px 30px 20px;
}

.stm_staff_list_style_4 .stm_staff__name {
    margin-bottom: 5px;
}

.stm_staff_list_style_4 .stm_staff__name:before {
    display: none;
}

.stm_staff_list_style_4 .stm_staff__links {
    margin-top: 25px;
}

.stm_staff_list_style_4 .stm_staff__socials {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
}

.stm_staff_list_style_4 .stm_staff__socials li {
    padding: 0 13px;
}

.stm_staff_list_style_4 .stm_staff__socials li:first-child {
    padding-left: 0;
}

.stm_staff_list_style_4 .stm_staff__socials li i {
    font-size: 19px;
}

.stm_staff_list_style_4 .stm_staff__job {
    font-size: 13px;
    margin-bottom: 13px;
}

@media (max-width: 550px) {
    .stm_staff_list_style_4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .stm_staff_list_style_4 .stm_staff__image {
        width: 100%;
        margin-bottom: 20px;
    }

    .stm_staff_list_style_4 .stm_staff__image img {
        width: 100%;
        max-width: none;
    }

    .stm_staff_list_style_4 .stm_staff__info {
        padding-left: 0;
    }
}
