  /*.staff_list_section{
    margin-bottom: 30px !important;
}*/
.staff_list_section #staff_box{
    padding: 0 15px 30px 15px;
}
.staff_list_section .staff_content .staff_image{
    padding: 0;
    display: flex;
    height: 100%;
}
.staff_list_section .staff_content .staff_desc{
    padding: 15px 10px;
    height: 100%;
}
.staff_list_section .staff_content .staff_desc p{
    color: #333;
}
.staff_list_section .staff_content .staff_desc .staff_name{
    font-size: 1.3em;
}

@media screen and (max-width: 1024px) {
    .staff_list_section .staff_list_content {
        margin: 0 -7px;
    }
}
@media screen and (max-width: 768px) {
    /*.staff_list_section #staff_box{
        width: 50%;
        margin-right: 50%;
    }*/
    .staff_list_section .staff_content{
        display: flex;
    }
    .staff_list_section .staff_content .staff_image{
        height: auto;
    }
    .staff_list_section .staff_content .staff_desc{
        padding: 15px;
        height: auto;
    }
}
@media screen and (max-width: 600px) {
    /*.staff_list_section{
        margin-bottom: 30px;
    }*/
    .staff_list_section #staff_box{
        width: 100%;
        margin-right: 0;
    }
}
