#board-of-directors .section ul.committee-wrapper li.committee-wrap{
    width: calc(100% / 4);
}

.committee-wrap{
    align-items: flex-start!important;
}

.text-wrap ul {

    text-align: left;
}

li {
    margin-bottom: 5px;
}

.dir-list > li {
    position: relative;
    width: calc(100% / 5 - 60px);
    margin: 0 30px 50px;
}

.bod-title {
    min-height: 75px;
}

.bod-name {
    min-height: 50px;
}

@media screen and (max-width: 1200px) {
    .dir-list > li {
        width: calc(100% / 2 - 60px)!important;
    }
    #board-of-directors .section ul.committee-wrapper li.committee-wrap{
        width: calc(100% / 2)!important;
    }
}

@media screen and (max-width: 640px) {
    .mb-m br{
        display: none;
    }
    .dir-list > li {
        width: calc(100% / 1 - 60px)!important;
    }
    #board-of-directors .section ul.committee-wrapper li.committee-wrap{
        width: calc(100%)!important;
    }
}