﻿.people-wrap {
    padding: 60px 0 35px;
    text-align: center;
}

.people-wrap .col {
    display: inline-block;
    float: none;
    margin: 0 -2px;
    text-align: left;
    vertical-align: top;
    width: 25%;
}

.people-wrap .col:nth-child(4n+1), .people-wrap.narrow .col:nth-child(2n+1) {
    clear: left;
}

.person-box {
    padding: 0 15px 25px 15px;
}

.person-box img {
    width: 100%;
    margin-bottom: 5px;
    border-width: 0px;
}

.person-box span {
    font-size: 16px;
    line-height: 20px;
    color: #666;
    font-weight: 300;
}

.person-box span.name {
    display: block;
    font-weight: 600;
}