.desc {
    font-size: 13px;
    margin: 20px;
}

.member {
    margin: 30px;
    width: 800px;
    height: 180px;
}

.member-photo {
    width: 140px;
    height: 140px;
    margin-top: 10px;
    float: left;
}

.member-desc {
    float: left;
    width: 600px;
    padding: 10px 20px;
}

.member-name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.member-desc {
}
