.maincontent {max-width: none;}

/* OLD CSS FOR GREENSKY FINANCING ============/
h2 {
    text-align: center;
    color: #2c75ba;
    font-size: 1.6em;
    margin: 25px auto !important;
}
h2 + hr {
    max-width: 200px;
    width: 100%;
    margin: 25px auto;
    border-top: 3px solid #2c75ba;
}
.financing-module {
    margin: 0 auto !important;
}

@media (max-width: 700px) {
    .financing-module {
        width: 100% !important;
    }
    .financing-module img {
        width: 100% !important;
        height: auto !important;
    }
}*/