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

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

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

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

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

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

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

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

    #text_subheader_piece1 {
        width: 50%;
    }
}

