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

.bj-HomeAboutblock{
    width: 100%;
    height: 100%;
}

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

.bj-HomeAboutboxleft, .bj-HomeAboutboxright{
    width: 50%;
}

.bj-HomeAboutboxmainimgblock{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
}

.bj-HomeAboutboxmainimg{
    width: 609px;
}

.bj-HomeAboutboxsecondimgnblock{
    position: absolute;
    right: -15%;
    bottom: 30px;
}

.bj-HomeAboutboxrighttextblock{
    /* width: 100%; */
    height: auto;
    /* padding-left: 30px; */
    position: relative;
}


.bj-HomeAboutboxrighttextblock h3{
    font-size: 36px;
    line-height: 44px;
    font-family: "Roboto-Regular";
    font-weight: normal;
    color: #342417;
    margin-bottom: 35px;
    padding-bottom: 14px;
    position: relative;
    padding-bottom: 10px;
}

.bj-HomeAboutboxrighttextblock h3 span{
    font-family: "Roboto-Medium";
}

.bj-HomeAboutboxrighttextblock h3::after {
    content: "";
    position: absolute;
    bottom: 0; /* Border at the top */
    left: 0%; /* Start from the center */
    transform: translateX(0%); /* Center align the border */
    width: 60px; /* 20% of the link’s width */
    height: 5px; /* Border thickness */
    background-color: #DD5E28; /* Border color */
}

.bj-HomeAboutboxrighttextblock h6{
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #342417;
    font-family: "Roboto-Regular";
    opacity: 0.9;
}

.bj-HomeAboutboxrighttextblock h6 span{
    font-family: "Roboto-Bold";
    opacity: 1;
}

.bj-HomeAboutboxrighttextblock h4{
    font-size: 24px;
    line-height: 32px;
    color: #DD5E28;
    font-family: "Roboto-Bold";
    font-weight: bold;
    margin-bottom: 15px;
}


.bj-HomeAboutboxrighttextblock h5{
    color: #342417;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
    font-family: "Roboto-Regular";
    font-weight: 400;
}

.bj-HomeAboutboxrighttextblock h5:last-child{
    margin-bottom: 0;
}

.bj-HomeAboutboxrighttextblock h5 span{
    font-family: "Roboto-Bold";
}

.bj-HomeAboutboxrighttextblock button{
    font-size: 16px;
    padding: 15px 30px;
    background: #035456 0% 0% no-repeat padding-box;
    border-radius: 0px 25px 25px 25px;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #00000029;
    font-family: "Montserrat-Regular";
    font-weight: bold;
}


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

    .bj-HomeAboutboxrighttextblock h3{
        font-size: 36px;
    }

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

    .bj-HomeAboutboxrighttextblock h4{
        font-size: 22px;
        line-height: 26px;
    }

    .bj-HomeAboutboxrighttextblock h5{
        font-size: 18px;
        line-height: 22px;
    }

    .bj-HomeAboutboxrighttextblock button{
        font-size: 14px;
    }
}

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

    .bj-HomeAboutboxmainimg{
        width: 100%;
    }

    .bj-HomeAboutboxsecondimg{
        width: 130px;
    }

    .bj-HomeAboutboxrighttextblock h3 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 20px;
    }

    .bj-HomeAboutboxrighttextblock h6 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .bj-HomeAboutboxrighttextblock h4 {
        font-size: 20px;
        line-height: 24px;
    }

    .bj-HomeAboutboxrighttextblock h5 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .bj-HomeAboutboxrighttextblock button{
        padding: 12px 25px;
        font-size: 12px;
    }
}

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

    /* .bj-HomeAboutboxmainimg{
        width: 350px;
    } */

    .bj-HomeAboutboxsecondimgnblock {
        right: -18%;
        bottom: 25px;
    }

    .bj-HomeAboutboxrighttextblock p{
        margin-bottom: 5px;
    }

    .bj-HomeAboutboxrighttextblock h3 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 15px;
    }

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

    .bj-HomeAboutboxrighttextblock h4{
        font-size: 18px;
        line-height: 20px;
    }

    .bj-HomeAboutboxrighttextblock h5 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px;
    }

    .bj-HomeAboutboxrighttextblock button{
        font-size: 10px;
    }

    .bj-HomeAboutboxmainimg {
        width: 85%;
    }
    
}

@media screen and (max-width:1080px) {
    .bj-HomeAboutboxmainimg {
        width: 90%;
    }
}

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

    .bj-HomeAboutboxrighttextblock{
        padding-left: 0;
    }

    /* .bj-HomeAboutboxmainimg{
        width: 320px;
    }    */

    .bj-HomeAboutboxsecondimgnblock{
        bottom: 20px;
        right: -13%;
    }

    .bj-HomeAboutboxsecondimg{
        width: 100px;
    }

    .bj-HomeAboutboxrighttextblock p{
        font-size: 12px;
    }

    .bj-HomeAboutboxrighttextblock h3 {
        font-size: 26px;
        line-height: 32px;
        /* margin-bottom: 10px; */
        padding-bottom: 5px;
    }

    .bj-HomeAboutboxrighttextblock h3::after{
        width:40px;
        height: 3px;
    }

    .bj-HomeAboutboxrighttextblock h6 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .bj-HomeAboutboxrighttextblock h4 {
        margin-bottom: 5px;
        margin-top: 30px;
    }
    
    .bj-HomeAboutboxrighttextblock h5 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .bj-HomeAboutboxmainimg {
        width: 95%;
    }

}

@media screen and (max-width:850px){
    /* .bj-HomeAboutboxmainimg {
        width: 280px;
    } */
    
    .bj-HomeAboutboxsecondimgnblock {
        bottom: 10px;
    }

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

    .bj-HomeAboutboxrighttextblock h6 {
        line-height: 18px;
    }

    .bj-AboutBulletPointSection{
        margin-top: 20px;
    }
}

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

    .bj-HomeAboutboxleft, .bj-HomeAboutboxright{
        width: 100%;
    }

    .bj-HomeAboutboxleft{
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .bj-HomeAboutboxrighttextblock{
        padding-left: 0 ;
    }

    .bj-HomeAboutboxrighttextblock{
        margin: 20px 0 50px 0px;
    }

    /* .bj-HomeAboutboxrighttextblock h5{
        margin-bottom:15px;
    } */
}

@media screen and (max-width:600px) {
    .bj-HomeAboutlevel{
        width: 100%;
    }

    .bj-HomeAboutboxrighttextblock{
        margin: 10px 0 30px 0px;
    }
}

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

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

@media screen and (max-width:380px) {
    /* .bj-HomeAboutboxmainimg {
        width: 220px;
    } */

    .bj-HomeAboutboxsecondimg {
        width: 75px;
    }
}