.committee{
    margin-bottom: 100px;
}
.committee>h4{
    font-size: 18px;
    color: #282828;
    height: 42px;
    line-height: 42px;
    /*font-weight: bold;*/
    /*text-indent: 1.4em;*/
    border-bottom: solid 2px #556450;
    /*padding-bottom: 7px;*/
    margin-bottom:8px;
}
.committee>ul{
     margin-left: 3%;
     margin-top: 24px;
     margin-bottom: 60px;
 }
.committee>ul>li{
    margin-bottom: 45px;
}
.committee>ul>li>h3{
    font-size: 16px;
    color: #556450;
    font-weight: bold;
}
.committee>ul>li>>p{
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}