.maincontent {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
}

.financing-page-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.financing-logo img {
	max-width: 700px;
	height: auto;
}

.main-global {
    background-color: #fff;
color: unset;
}

.main-wrapper {
	align-items: center;
}

.main-left.financing-logo {
	text-align: center;
	margin-bottom: 30px;
}

.financing-cta {
    margin-top: 30px;
}

.financing-options .financing-page-wrapper {
    display: flex;
    align-items: center;
}


/* Mobile styles */
@media (max-width: 900px) {
    .h1-hero-heading {
        font-size: 2rem;
    }

    .h2-heading {
        font-size: 1.5rem;
    }

    .financing-logo {
        text-align: center;
        margin-bottom: 20px;
    }


}