.about-section{
    padding: 40px 0px;
}

/*  */
.committee-member {
    height: 100%;
    border: none;
    overflow: hidden;
}
.member-photo {
    width: 100%;
    border-radius: 0px;
    height: auto;
}
.member-info{
    background-color: #E5E5E5;
}
.member-title {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
}
.member-name {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
}
.member-desi {
    font-size: 12px;
    font-weight: 400;
    color: #444444;
    text-align: center;
    margin-bottom: 0;
}