.person-box-wrap img {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.people-image {
    border-radius: 7px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none;
}

.person-card {
    margin-bottom: 18px;
    text-align: center;
    border: none;
    background: #000;
    height: 154px;
    display: table;
    width: 100%;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    color: #FFF;
}

.person-card.board {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    height: 220px;
    
}

.person-card {
    color: #FFF;
}

.person-card .person-card-content h4.ttl-header {
    color: #FFF;
    font-weight: 700;
    font-size: 20px;
    padding-top: 12px;
    margin-bottom: 0px;
}

.person-card .person-card-content h5.ttl-header {
    color: #FFF;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
}

.person-card .person-card-content .person-phone a {
    color: #FFF;
    font-weight: 400;
    font-size: 20px;
}

.person-wrap .person-card .person-card-content div.contact-email {
    font-weight: 400;
}






@media only screen and (max-width: 768px) {

    .person-box-wrap img {
        max-width: 300px;
    }

    .person-box-wrap {
        margin: 0 auto;
        text-align: center;
    }

    .person-card {
        max-width: 300px;
        text-align: center;
        margin: 0px auto 35px;
    }


    

}