section.board-experts--SectionWraper {
    padding: 80px 0px 20px;
}

.board--InnerLay h4 {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px; /* 126.667% */
    color: var(--text-color);
    margin: 0px;
}

.board--InnerLay h6 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
    letter-spacing: 0.045px;
    color: #ABABAB;
    margin: 0px;
}

.board--OuterWrap {margin-bottom: 20px;}

.board--ContentWrap {
    display: flex;
    justify-content: space-between;
    padding: 18px 0px;
}
.board--SocialLay a {display: block;padding: 2px 0px;}

.board--ImageWrap {
    height: 100%;
}
.board--SocialLay {
    flex: 25px 0 0;
}

.board--ImageWrap img {
    width: 100%;
    /* height: 335px; */
}
.loadmore--Button button {
    width: 100%;
}
.board--InnerLay {
    flex: 85% 0 0;
}
@media(max-width:768px){
    .mobile--BoardGrid{
        display: none;
    }
    section.board-experts--SectionWraper .section--Title h3 br {
        display: none;
    }
    .board--ImageWrap img {
        height: 325px;
        object-fit: cover;
        object-position: top;
    }

    .board--OuterWrap {
        padding: 0;
    }

    .board--InnerLay h4 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .board--InnerLay h4 br {
        display: none;
    }

    .board--ContentWrap {
        padding: 10px 0px 18px;
    }

    .board--OuterWrap {
        margin: 0px;
    }

    .board--InnerLay {flex: 85% 0 0;}
}