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

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

.bj-ContactAddresslevel{
    width: 96%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bj-ContactAddressleft{
    width: 45%;
    display: flex;
    align-items: center
}

.bj-ContactAddressleftblock{
    width: 550px;
}

.bj-ContactAddressbox{
    margin-bottom: 30px;
    border-bottom:1px solid rgba(52, 36, 23, 0.15);
}

.bj-ContactAddressbox:last-child{
    margin-bottom: 0;
    border-bottom: unset;
}

.bj-ContactAddressbox h3{
    font-size: 38px;
    line-height: 38px;
    color: #342417;
    margin-bottom: 5px;
    font-family: "Roboto-Bold";
}

.bj-ContactAddressbox p{
    font-size: 20px;
    color: #DD5E28;
    margin-bottom: 20px;
}

.bj-ContactAddressbox h6{
    color: #342417;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: left;
    font-weight: 400;
}

.bj-ContactAddressbox h6 b{
    font-family: "Roboto-Bold"; 
}

.bj-ContactAddressbox span{
    color: #707070;
    opacity: 0.3;
    margin-left: 25px;
    margin-right: 25px;
}

.bj-ContactAddressbox h6 a{
    color: #342417;
    text-align: left;
    font-weight: 400;
    font-family:"Montserrat-Regular";
}

.bj-ContactAddressright{
    width: 45%;
    position: relative;
}   

.bj-ContactAddressrightimg{
    width: 600px;
}

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

    .bj-ContactAddressbox h3{
        font-size: 30px;
        line-height: 30px;
    }

    .bj-ContactAddressbox p {
        font-size: 18px;
    }

    .bj-ContactAddressbox h6{
        font-size: 18px;
    }

    .bj-ContactAddressrightimg{
        width: 100%;
    }
}

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

    .bj-ContactAddressleftblock{
        width: 100%;
    }

    .bj-ContactAddressbox {
        margin-bottom: 20px;
    }

    .bj-ContactAddressbox h3{
        font-size: 28px;
        line-height: 28px;
    }

    .bj-ContactAddressbox p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .bj-ContactAddressbox h6{
        font-size: 16px;
        margin-bottom: 20px;
    }
}

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

    .bj-ContactAddresslevel{
        width: 100%;
    }
    

    .bj-ContactAddressbox h3 {
        font-size: 26px;
        line-height: 26px;
    }

    .bj-ContactAddressbox p {
        font-size: 14px;
    }

    .bj-ContactAddressbox h6 {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .bj-ContactAddressbox span{
        margin-left: 20px;
        margin-right: 20px;
    }

}

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

    .bj-ContactAddressleft{
        width: 50%;
    }

    .bj-ContactAddressbox h3 {
        font-size: 24px;
        line-height: 24px;
    }

    .bj-ContactAddressbox h6 {
        font-size: 13px;
    }
}

@media screen and (max-width:850px) {
    /* .bj-ContactAddressleft{
        width: 52%;
    } */
}

@media screen and (max-width:768px) {
    .bj-ContactAddressleft{
        width: 51%;
    }

    .bj-ContactAddressright{
        width: 49%;
    }

    .bj-ContactAddressbox h3 {
        font-size: 22px;
        line-height: 22px;
    }

    .bj-ContactAddressbox p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .bj-ContactAddressbox h6 {
        font-size: 12px;
    }

    .bj-ContactAddressbox span {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width:680px) {
    .bj-ContactAddressbox h6 {
        font-size: 11px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:620px) {
        .bj-ContactAddressbox span {
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media screen and (max-width:600px) {
    .bj-ContactAddresslevel{
        flex-direction: column-reverse;
    }

    .bj-ContactAddressleft, .bj-ContactAddressright{
        width: 100%;
    }

    .bj-ContactAddressbox h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .bj-ContactAddressbox span {
        margin-left: 15px;
        margin-right: 15px;
    }

}

@media screen and (max-width:340px) {
        .bj-ContactAddressbox span {
        margin-left: 5px;
        margin-right: 5px;
    }
}