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

#content_module {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    display: block;
    padding-left: 50px;
    margin-right: auto;
    min-width: 0px;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    background-color: rgb(255, 255, 255);
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: rgb(0, 0, 0);
    border-right-color: rgb(0, 0, 0);
    border-bottom-color: rgb(0, 0, 0);
    border-left-color: rgb(0, 0, 0);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    -webkit-box-shadow: rgba(151, 151, 151, 0.290196) 0px 3px 25px 0px;
    box-shadow: rgba(151, 151, 151, 0.290196) 0px 3px 25px 0px;
}

#content_module1 {
    float: right;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 100%;
    display: block;
    margin-right: 0%;
    padding-left: 0px;
    border-left-width: 0px;
    border-left-color: rgb(197, 165, 46);
    border-left-style: none;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
}

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

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

#content_module4 {
    float: left;
    width: 45px;
    max-width: none;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    display: block;
    margin-right: 0%;
}

#content_module5 {
    float: left;
    font-size: 25px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 30px;
    margin-left: 0%;
    margin-top: 10px;
    clear: both;
    min-height: 0px;
    min-width: 0px;
    color: rgb(0, 102, 72);
    display: block;
    text-transform: none;
    margin-right: 0px;
	 font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

#content_module6 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 15px;
    clear: none;
    width: 8%;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 2px;
    margin-bottom: 15px;
    display: block;
    background-color: rgb(66, 165, 74);
}

#content_module7 {
    float: none;
    height: 0px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;
    background-color: rgb(191, 184, 128);
}

#content_module8 {
    float: left;
    font-size: 14px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 400;
    line-height: 18px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    margin-right: 0px;
    color: rgb(74, 74, 74);
    display: block;
	 font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

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

    #content_module3 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 500px) {
    #content_module {
        margin-left: 0%;
        margin-right: 0px;
        float: left;
        clear: none;
        margin-top: 0px;
    }

    #content_module1 {
        width: 100%;
        padding-left: 0px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        margin-top: 0px;
    }

    #content_module3 {
        width: 100%;
        padding-left: 0px;
    }

    #content_module5 {
        width: 100%;
    }

    #content_module8 {
        width: 100%;
    }
}

