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

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

#text_button_piece1 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 35%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    display: block;
    margin-right: 0px;
    border: 2px solid rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
}

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

#text_button_piece3 {
    float: none;
    height: auto;
    margin: 0px auto;
    clear: none;
    width: 90%;
    display: block;
}

#text_button_piece4 {
    float: none;
    font-size: 13px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 15px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    margin-right: auto;
    color: rgb(5, 78, 21);
}

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

@media only screen and (max-width: 1350px) {
    #text_button_piece3 {
        margin-top: 0px;
        margin-left: auto;
        clear: none;
        width: 90%;
        margin-right: auto;
    }

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

    #text_button_piece5 {
        margin-top: 0px;
        margin-left: 0%;
        clear: none;
    }

    #text_button_piece1 {
        width: 30%;
    }
}

@media only screen and (max-width: 900px) {
    #text_button_piece1 {
        width: 45%;
        margin-bottom: 0px;
    }
}

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

