.staff_wrap {
    clear:both;
    min-height:255px;
    margin-bottom:30px;
}

.staff_wrap img {
    float:left;
    margin-right:10px;
    padding:4px;
    border:1px solid #ddd;
}

.review_box {
    border-left: 5px solid #ddd !important;
    padding: 10px;
    border-radius: 9px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    background: #fff;
}

@media (max-width:768px) {
    .staff_wrap { 
        text-align:center;    
    }
    
    .staff_wrap img {
        float:unset;
    }
}