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

#joinnow {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 50px;
    clear: none;
    width: 1300px;
    display: block;
    margin-right: auto;
}

#joinnow1 {
    float: left;
    font-size: 22px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 500;
    line-height: 30px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(57, 79, 128);
    margin-right: 0%;
    text-transform: none;
}

#joinnow2 {
    float: left;
    font-size: 16px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 25px;
    margin-left: 0%;
    margin-top: 5px;
    clear: both;
    min-height: 0px;
    margin-right: 0px;
    color: rgb(97, 97, 97);
}

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

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

