.bj-MemberAcademicbottomboxSection{
    width: 100%;
    height: auto;
    margin-bottom: 100px;
}

.bj-MemberAcademicbottomboxSection .bj-MemberFoundingboxblock{
    flex-wrap: wrap;
}

.bj-MemberFoundingmobileboxblock{
    display: none;
    flex-wrap: wrap;
}

.bj-MemberAcademicbottomboxSection .bj-MemberFoundingbox1, .bj-MemberAcademicbottomboxSection .bj-MemberFoundingbox5{
    width: 20%;
}

.bj-MemberAcademicbottomboxSection .bj-MemberFoundingbox1::after{
    height: 90%;
}

.bj-MemberAcademicbottomboxSection .bj-MemberFoundingbox{
    width: 100%;
}

.bj-MemberAcademicbottomboxSection .bj-MemberFoundingboximgblock{
    margin-bottom: 15px;
}

.bj-MemberAcademicbottomboxSection .bj-MemberFoundingboximg{
    width: 80px;
    height: 80px;
}


.bj-MemberAcademicbottomboxSection .bj-MemberFoundingbox h6{
    font-size: 20px;
    line-height: 26px;
}

.bj-MemberAcademicbottomboxSection .bj-MemberFoundingbox p{
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 15px;
}


.bj-MemberAcademicbottomboxSection .bj-MemberFoundingbox h5{
    font-size: 14px;
    line-height: 18px;
}

@media screen and (max-width:1660px) {
    .bj-MemberAcademicbottomboxSection{
        margin-bottom: 80px;
    }
}

@media screen and (max-width:1440px) {
    .bj-MemberAcademicbottomboxSection .bj-MemberFoundingbox h6{
        font-size: 18px;
        line-height: 24px;
    }

    .bj-MemberAcademicbottomboxSection .bj-MemberFoundingbox p{
        font-size: 13px;
        line-height: 17px;
        margin-bottom: 10px;
    }


    .bj-MemberAcademicbottomboxSection .bj-MemberFoundingbox h5{
        font-size: 13px;
        line-height: 17px;
    }   
}

@media screen and (max-width:1200px) {

    .bj-MemberAcademicbottomboxSection .bj-MemberFoundingboximg {
        width: 60px;
        height: 60px;
    }
    
    .bj-MemberAcademicbottomboxSection .bj-MemberFoundingbox h6{
        font-size: 16px;
        line-height: 22px;
    }

    .bj-MemberAcademicbottomboxSection .bj-MemberFoundingbox p{
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 10px;
    }


    .bj-MemberAcademicbottomboxSection .bj-MemberFoundingbox h5{
        font-size: 12px;
        line-height: 16px;
    }   
}

@media screen and (max-width:1080px) {
    .bj-MemberAcademicbottomboxSection .bj-MemberFoundingbox h6{
        font-size: 14px;
        line-height: 20px;
    }

    .bj-MemberAcademicbottomboxSection .bj-MemberFoundingbox p {
        font-size: 11px;
        line-height: 15px;
        margin-bottom: 8px;
    }

    .bj-MemberAcademicbottomboxSection .bj-MemberFoundingbox h5 {
        font-size: 11px;
        line-height: 15px;
    }
}

@media screen and (max-width:990px) {
    .bj-MemberAcademicbottomboxSection{
        margin-bottom: 60px;
    }
}

@media screen and (max-width:820px) {
    .bj-MemberAcademicbottomboxSection .bj-MemberFoundingbox h6{
        font-size: 13px;
        line-height: 18px;
    }
    
    .bj-MemberAcademicbottomboxSection .bj-MemberFoundingbox p{
        font-size: 10px;
        padding: 0px 5px;
    }

    .bj-MemberAcademicbottomboxSection .bj-MemberFoundingbox h5{
        font-size: 10px;
        padding: 0px 5px;
    }
}

@media screen and (max-width:768px) {

    .bj-MemberAcademicbottomboxSection .bj-MemberFoundingbox1{
        width: 25%;
    }

    .bj-MemberAcademicbottomboxSection .bj-MemberFoundingbox5{
        width: 100%;
        display: flex;
        margin-top: 30px;
    }

    .bj-MemberAcademicbottomboxSection .bj-MemberFoundingbox4::after{
        height: 0;
    }

    .bj-MemberAcademicbottomboxSection .bj-MemberFoundingbox4 .bj-MemberFoundingbox{
        padding-bottom: 30px;
    }

    .bj-MemberAcademicbottomboxSection .bj-MemberFoundingbox5 .bj-MemberFoundingbox{
        width: 33%;
        padding-bottom: 0;
        position: relative;
    }

    .bj-MemberAcademicbottomboxSection .bj-MemberFoundingbox5 .bj-MemberFoundingbox::after{
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 75%;
        border-right: 1px solid rgba(52, 36, 23, 0.12);
    }

    .bj-MemberAcademicbottomboxSection .bj-MemberFoundingbox5 .bj-MemberFoundingbox:last-child::after{
        display: none;
    }

    .bj-MemberAcademicbottomboxSection .bj-MemberFoundingbox h6{
        font-size: 12px;
        line-height: 18px;
    }   

    .bj-MemberFoundingdeskboxblock{
        display: none;
    }

    .bj-MemberFoundingmobileboxblock{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox{
        width: 25%;
        position: relative;
        box-sizing: border-box;
    }

    .bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox::after{
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 100%;
        border-right: 1px solid rgba(52, 36, 23, 0.12);
    }

    .bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox:nth-child(4)::after, .bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox:nth-child(8)::after, .bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox:nth-child(12)::after, .bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox:nth-child(16)::after{
        height: 0;
    }

    .bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox:nth-child(8)::after{
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 1px;
        z-index: 1;
        border-right: 1px solid rgba(52, 36, 23, 0.12);
    }

    .bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox:nth-child(5), .bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox:nth-child(6), .bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox:nth-child(7), .bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox:nth-child(8){
        padding-bottom: 30px;
    }

    .bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox:nth-child(17), .bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox:nth-child(18){
        padding-bottom: 0;
    }

    .bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox:nth-child(18)::after{
        border-right: unset;
    }
    
}

@media screen and (max-width:680px) {
    .bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox{
        width: 33.3%;
        border-right: 1px solid rgba(52, 36, 23, 0.12);
    }
    
    .bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox:nth-child(7), .bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox:nth-child(8){
        margin-top: 0;
    }

    .bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox::after{
        height: unset;
    }

    .bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox:nth-child(3), .bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox:nth-child(6), .bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox:nth-child(9),.bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox:nth-child(12),.bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox:nth-child(15),.bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox:nth-child(18){
        border-right: unset;
    }

    .bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox:nth-child(16){
        padding-bottom: 0;
    }
}


@media screen and (max-width:480px) {
    .bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox {
        width: 45%;
        border-right: unset;
    }

    .bj-MemberAcademicbottomboxSection .bj-MemberFoundingbox h5{
        font-size: 9px;
        line-height: 13px;
    }

    .bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox:nth-child(2), .bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox:nth-child(4), .bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox:nth-child(6),.bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox:nth-child(8),.bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox:nth-child(10),.bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox:nth-child(12),.bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox:nth-child(14),.bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox:nth-child(16){
        border-right: unset;
    }

    /* .bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox:nth-child(3), .bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox:nth-child(9), .bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox:nth-child(15){
        border-right: 1px solid rgba(52, 36, 23, 0.12);       
    } */

    .bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox:nth-child(16){
        padding-bottom: 30px;
    }

}

@media screen and (max-width:390px) {
    .bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox {
        width: 50%;
    }   
}

@media screen and (max-width:360px) {
    .bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox h5 br{
        display: block;
    }
}