.bj-MemberFoundingSection{
    width:100%;
    height: auto;
    margin-top: 70px;
    margin-bottom: 100px;
}

.bj-MemberFoundingblock{
    width: 100%;
    height: auto;
}

.bj-MemberFoundinglevel{
    width: 100%;
}

.bj-MemberFoundinglevel .bj-HomeAboutboxrighttextblock{
    margin-left: 30px;
    margin-bottom: 60px;
}

.bj-MemberFoundingboxblock{
    width: 100%;
    display: flex;
}

.bj-MemberFoundingbox1{
    position: relative;
}

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

.bj-MemberFoundingbox{
    width: 350px;
    height: auto;
    flex-direction: column;
    padding-bottom: 60px;
    position: relative;
}



.bj-MemberFoundingbox:nth-child(4)::after, .bj-MemberFoundingbox:nth-child(8)::after {
    display: none;
}

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

.bj-MemberFoundingboximgblock{
    margin-bottom: 30px;
}

.bj-MemberFoundingboximg{
    width: 140px;
    height: 140px;
}

.bj-MemberFoundingbox h6{
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 0;
    color: #342417;
    font-family: "Roboto-Bold";
    text-align: center;
}

.bj-MemberFoundingbox p{
    color: #DD5E28;
    opacity: 0.8;
    margin-bottom: 20px;
    font-family: "Roboto-Medium";
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

.bj-MemberFoundingbox h5{
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    font-family: "Roboto-Regular";
    color: #342417;
    font-weight: 400;
}

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

    .bj-MemberFoundingbox h6 {
        font-size: 24px;
        line-height: 32px;
    }

    .bj-MemberFoundingbox p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
    }
}

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

    .bj-MemberFoundingbox1, .bj-MemberFoundingbox4{
        width: 25%;
    }

    .bj-MemberFoundingbox{
        width:100%;
        padding-bottom: 40px;
    }
    
    .bj-MemberFoundingboximgblock {
        margin-bottom: 20px;
    }

    .bj-MemberFoundingboximg {
        width: 120px;
        height: 120px;
    }

    .bj-MemberFoundingbox h6 {
        font-size: 22px;
        line-height: 30px;
    }

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

@media screen and (max-width:1200px) {
    
    .bj-MemberFoundinglevel .bj-HomeAboutboxrighttextblock {
        margin-left: 15px;
        margin-bottom: 40px;
    }

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

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

    .bj-MemberFoundingboximg {
        width: 100px;
        height: 100px;
    }

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

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

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

@media screen and (max-width:990px) {
    .bj-MemberFoundingSection{
        margin-top: 50px;
        margin-bottom: 50px;
    }      

    .bj-MemberFoundinglevel .bj-HomeAboutboxrighttextblock {
        margin-left: 0px;
    }
}

@media screen and (max-width:768px) {
    .bj-MemberFoundingbox h6 {
        font-size: 16px;
        line-height: 22px;
    }

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

    .bj-MemberFoundingbox p {
        font-size: 13px;
        line-height: 15px;
    }
}

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

    .bj-MemberFoundingboxblock{
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .bj-MemberFoundingbox1{
        width: 33%;
    }

    .bj-MemberFoundingbox4{
        width: 65%;
        display: flex;
    }
    
    .bj-MemberFoundingbox4 .bj-MemberFoundingbox{
        width: 50%;
        padding-bottom: 0;
    }

    .bj-MemberFoundingbox3::after {
        display: none;
    }

    .bj-MemberFoundingbox:nth-child(4)::after{
        display: block;
    }

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

    .bj-MemberFoundingbox:nth-child(7), .bj-MemberFoundingbox:nth-child(8) {
        margin-top: 30px;
    }

    .bj-MemberFoundingSection .bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox:nth-child(7), .bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox:nth-child(8){
        margin-top: 30px;
        padding-bottom: 0;
    }

    .bj-MemberFoundingSection .bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox:nth-child(8){
        border-right: unset;
        padding-bottom: 0;
        margin-top: 30px;
    }
}

@media screen and (max-width:550px) {
    .bj-MemberFoundingbox1{
        width: 45%;
    }

    .bj-MemberFoundingbox4 {
        width: 45%;
        display: block;
    }

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

    .bj-MemberFoundingbox1::after {
        height: 100%;
    }

    .bj-MemberFoundingbox2::after {
        display: none;
    }

    .bj-MemberFoundingbox3::after {
        display: block;
    }

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

    .bj-MemberFoundingbox3 .bj-MemberFoundingbox:last-child{
        padding-bottom: 0;
    }

    .bj-MemberFoundingbox4 .bj-MemberFoundingbox:last-child{
        padding-bottom: 0;
    }

    .bj-MemberFoundingbox h6 {
        font-size: 15px;
        line-height: 21px;
    }

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

    .bj-MemberFoundingbox:nth-child(2)::after, .bj-MemberFoundingbox:nth-child(4)::after, .bj-MemberFoundingbox:nth-child(6)::after, .bj-MemberFoundingbox:nth-child(8)::after{
        display: none;
    }

    .bj-MemberFoundingbox:nth-child(7), .bj-MemberFoundingbox:nth-child(8){
        margin-top: 0;
    }
}

@media screen and (maxwidth:520px) {
    .bj-MemberFoundingSection .bj-MemberFoundingmobileboxblock .bj-MemberFoundingbox {
        width: 45%;
    }
}

@media screen and (max-width:450px) {
    .bj-MemberFoundingbox h6 {
        font-size: 17px;
    }

    .bj-MemberFoundingbox1{
        width: 50%;
    }

    .bj-MemberFoundingbox4{
        width: 50%;
    }
}

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

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

    .bj-MemberFoundingbox p {
        font-size: 10px;
        line-height: 12px;
        margin-bottom: 8px;
    }
    
    .bj-MemberFoundingbox h5 {
        font-size: 10px;
        line-height: 12px;
        padding: 0px 10px;
    }

    .bj-MemberFoundingbox h5 br{
        display: none;
    }
}

@media screen and (max-width:340px) {
    .bj-MemberFoundingbox h5 {
        padding: 0;
    }

    .bj-MemberFoundingboximg {
        width: 85px;
        height: 85px;
    }
}