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

.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;
}

.inner--board-member {
    padding: 60px 60px 30px;
    background: #F6F6F6;
    border-radius: 30px;
    height: 700px;
    overflow: hidden;
    overflow-y: scroll;
}

.leadership--outertitle {
    display: flex;
    justify-content: space-between;
}

.leadership--social ul {
    display: flex;
    gap: 20px;
    align-items: center;
}

section.leadership--form-section {
    padding: 60px 0px;
    background: #F6F6F6;
}

.leadership--inner-box {
    padding: 60px 60px 20px;
    background: #fff;
    border-radius: 20px;
}

.leadership--social ul li img {height: 25px;}

.leadership--title h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 30px;
}

.leadership--social ul li:first-child img {
    height: 30px;
}

.leadership--form-wrp .subscriptionmailing label {
    position: unset;
}

.leadership--form-wrp .subscriptionmailing p {
    font-size: 16px;
    color: var(--text-color);
}

.leadership--form-wrp .subscriptionmailing label span {font-size: 14px;}

.leadership--form-wrp .form--Outer input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    padding: 16px 0px;
}

.leadership--form-wrp .subscriptionmailing span.wpcf7-list-item {
    margin-top: 0px;
}

.leadership--form-wrp .subscriptionmailing {
    margin-top: 0;
}


@media(max-width:768px){
    .mobile--BoardGrid{
        display: none;
    }
    section.board-experts--SectionWraper .section--Title h2 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;}
}