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



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

.contact-button {
    padding: .5rem 3.25rem;
    background-color: var(--primary-color);
    color: white;
    border-radius: 2rem;
}


.contact-button:hover {
    background-color: white;
    color: rgba(0, 38, 62);
    border: 1px solid rgba(0, 38, 62);
}

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

.Why-financial-leasing .contact-button {
    margin: 1rem 0 !important;
    padding: .7rem 2rem;
}

.Why-financial-leasing .customize-content-layout ul {
    padding-inline-start: 2.5rem;
}