body{
    background-color: #f5f5f5 !important;
}
.team{
    padding: 80px 0 20px;
    overflow: hidden;
}
.list{
    overflow: hidden;
    background-image: url(../../images/team_bg.png);
    text-align: center;
    float: left;
    width: 270px;
    height: 369px;
    margin:0 15px 80px;
}
.list a{
    display: block;
}
.list p{
    text-align: center;
    margin-bottom: 5px;
    line-height: 22px;
}
.list img{
    margin: 25px 0;
}
.list h3{
    font-size: 20px;
    margin: 15px 0 10px;
}