.financingDiv h2 {
    color: white !important;
}

.financingDiv .imageWithOverlay {
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 100%;
    background-size: cover !important;
    border-radius: var(--border-radius-l);
    padding: 64px 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media screen and (min-width: 768px) {
    .financingDiv .imageWithOverlay {
        padding: 94px 80px;
    }

    .financingDiv h2 {
        width: 50%;
    }
}