.shared-section {
    background-color: rgba(0, 38, 62, .1);
    height: 9rem;
    width: 100%;
    color: rgba(0, 38, 62);
    ;
}

.financing-button {
    padding: .7rem 2rem;
    background-color: var(--primary-color);
    color: white;
    border-radius: 2rem;
}

.full-width-image {
    width: 100%;
    height: auto;
    object-fit: contain;
}

a {
    text-decoration: none;
    color: var(--secondary-color);
}

.col-md-6 {
    color: var(--primary-color);
}

.container:nth-child(odd) .row {
    flex-direction: row-reverse !important;
}


.financing-button:hover {
    background-color: var(--secondary-color);
    color: #fff;
    border: 1px solid var(--secondary-color);
}

.finance-companies-container {
    padding-top: 4rem;
    padding-bottom: 2rem;
}

.more-btn:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

.finance-companies-container picture {
    display: block;
    margin-bottom: 1rem;
}