.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}

#chapter_home {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 1250px;
    margin-right: auto;
    display: block;
}

#chapter_home1 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 47.6%;
}

#chapter_home2 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    display: block;
    margin-right: auto;
}

#chapter_home3 {
    float: left;
    width: 50%;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: 0%;
}

#chapter_home4 {
    float: left;
    font-size: 40px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 45px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    min-width: 0px;
    color: rgb(5, 78, 21);
    margin-right: 0px;
    display: block;
}

#chapter_home5 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
}

#chapter_home6 {
    float: left;
    height: 5px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100px;
    background-color: rgb(227, 198, 130);
}

#chapter_home7 {
    float: left;
    font-size: 16px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 400;
    line-height: 25px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(74, 74, 74);
    display: block;
    margin-right: 0px;
}

#chapter_home8 {
    float: left;
    height: 0px;
    margin-left: 0%;
    margin-top: 0px;
    clear: both;
    width: 100%;
    margin-right: 0px;
}

#box3 {
    float: right;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 46%;
    margin-right: 0%;
}

#chapter_home9 {
    float: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: auto;
    -webkit-box-shadow: rgb(189, 189, 189) 0px 3px 7px 0px;
    box-shadow: rgb(189, 189, 189) 0px 3px 7px 0px;
}

#box4 {
    float: none;
    height: 10px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;
}

#box {
    float: left;
    height: 25px;
    margin-left: 0%;
    margin-top: 0px;
    clear: both;
    width: 100%;
    margin-right: 0px;
}

#box1 {
    float: none;
    height: 25px;
    margin-left: auto;
    margin-top: 0px;
    clear: both;
    width: 100%;
    margin-right: auto;
}

#box2 {
    float: none;
    height: 25px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;
}

@media only screen and (max-width: 1350px) {
    #chapter_home {
        width: 90%;
    }

    #chapter_home2 {
        width: 100%;
    }
}

@media only screen and (max-width: 900px) {
    #chapter_home1 {
        width: 100%;
    }

    #chapter_home2 {
        margin-top: 0px;
    }

    #chapter_home8 {
        height: 50px;
    }

    #box3 {
        width: 100%;
        margin-left: 0%;
        margin-right: 0px;
        float: left;
        clear: none;
        margin-top: 0px;
    }

    #chapter_home9 {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 500px) {
    #chapter_home9 {
        margin-top: 0px;
    }

    #chapter_home3 {
        width: 75%;
    }
}

