.staff {
    display: table;
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #cccccc;
}
.staff img {
    display: table-cell;
    width: 310px;
    margin-right: 15px;
}
.staff .info {
    display: table-cell;
    width: 100%;
    vertical-align: top;
}
.staff .info .name {
    color: #356296;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight:600;
    line-height: 22px;
}
.staff .info .description {
    font-size: 12px;
}