.bj-AboutAboutSection .bj-HomeAboutlevel{
    width: 95%;
}

.bj-AboutAboutSection .bj-HomeAboutboxleftimage{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.bj-AboutBulletPointSection{
    width: 100%;
}

.bj-AboutBulletPointblock{
    margin-left: 30px;
}

.bj-AboutBulletPointlevel{
    display: flex;
    margin-bottom: 10px;
}

.bj-AboutBulletPointboxblock {
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.bj-AboutBulletPointbox{
    width: 10px;
    height: 10px;
    background-color: #DD5E28;
    border-radius: 50%;
    opacity: 0.8;
}

.bj-AboutBulletPointtext{
    font-family: "Roboto-Regular";
    color: #000000;
    opacity: 0.9;
    font-size: 22px;
    line-height: 26px;
}

.bj-AboutAboutSection .bj-HomeAboutboxmainimgblock{
    justify-content: center;
}

.bj-AboutAboutSection .bj-HomeAboutboxmainimg{
    display: flex;
    align-items: center;
    width:426px;
    opacity: 0.7;
}

@media screen and (max-width:1660px) {
    .bj-AboutBulletPointtext {
        font-size: 20px;
        line-height: 26px;
    }
}

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

    .bj-AboutAboutSection .bj-HomeAboutboxmainimg{
        width:75%;
    }
}

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

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

    .bj-AboutAboutSection .bj-HomeAboutlevel {
        width: 100%;
    }

    .bj-AboutBulletPointtext {
        font-size: 16px;
        line-height: 22px;
    }
}

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

    .bj-AboutBulletPointboxblock{
        margin-right: 12px;
    }

    .bj-AboutBulletPointbox {
        width: 6px;
        height: 6px;
    }

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

    .bj-AboutAboutSection .bj-HomeAboutboxmainimg {
        width: 80%;
    }
}

@media screen and (max-width:850px) {
    .bj-AboutBulletPointtext {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-width:768px) {
    .bj-AboutAboutSection .bj-HomeAboutlevel{
        flex-direction: unset;
    }

    .bj-AboutAboutSection .bj-HomeAboutboxrighttextblock {
        margin: 0;
    }

    .bj-AboutAboutSection .bj-HomeAboutboxmainimg {
        width: 90%;
    }
}

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

    .bj-AboutAboutSection .bj-HomeAboutboxmainimg {
        width: 60%;
    }

    .bj-AboutBulletPointblock {
        margin-left: 15px;
    }
}

@media screen and (max-width:420px) {
    .bj-AboutAboutSection .bj-HomeAboutboxmainimg {
        width: 70%;
    }
}

@media screen and (max-width:360px) {
    .bj-AboutAboutSection .bj-HomeAboutboxmainimg {
        width: 80%;
    }

    .bj-AboutBulletPointblock {
        margin-left: 20px;
    }
}