.student-section{
    padding: 40px 0px;
}

.acc-head{
        border: #606060 1px solid;
    border-radius: 5px;
    margin-bottom: 5px;
}
.acc-head-body{
       background-color: #606060;
}
.acc-head-text{
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    padding: 10px;
    margin: 0;
}
.acc-text-body{
    padding: 20px 10px;
}

/*  */
.committee-member {
    height: 100%;
    border: none;
    overflow: hidden;
}
.member-photo {
    width: 100%;
    border-radius: 0px;
    height: auto;
}
.member-info{
    background-color: #E5E5E5;
}

.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;
}
