.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: 100%;
    display: block;
    margin-right: auto;
}

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

#chapter_home2 {
    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_home3 {
    float: left;
    height: auto;
    margin: 0px 0px 0px 0%;
    clear: none;
    width: 100%;
}

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

#chapter_home5 {
    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;
	
	max-width: 1000px;
  max-height: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;

/* Remove if you want dots to show */

display: block;
  display: -webkit-box;
 -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

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

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

#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: 100%;
    }

    #chapter_home1 {
        width: 315px;
    }
}

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

@media only screen and (max-width: 500px) {
    #chapter_home1 {
        width: 74.292453%;
    }
	
	
#chapter_home5 {
    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;
	
	max-width: 1000px;
  max-height: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;

/* Remove if you want dots to show */

display: block;
  display: -webkit-box;
 -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
}

