
.committee-member {
    height: 100%;
    border: none;
    overflow: hidden;
    /* border-radius: 20px 20px 0px 0px; */

}
.member-photo {
    width: 100%;
    height: auto;
    /* border-radius: 20px 20px 0px 0px; */
}
.member-info{
    background-color: #053333;
    border-top: none;
    padding: 15px 10px;
}
.member-title {
    font-size: 14px;
    color: #cbcbcb;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
}
.member-name {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
}
.member-desc{
    font-size: 12px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
    margin-top: 5px;

}