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

/**** SERVICES - FINANCING ****/
.home-financing {
    width: 100%;
    background-color: var(--accent-color);
    padding: 25px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 20px;
}

.home-financing a img {
    width: 500px;
    height: auto;
    max-width: 90vw;
    object-fit: contain;
    padding: 10px;
    border-radius: 5px;
    background-color: white;
}

.home-financing-content {
    text-align: center;
    width: 600px;
    max-width: 90vw;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home-financing-content {
    text-align: left;
}

.home-financing-content h3{
    font-size: 2rem;
    font-weight: 700;
}