#finance_section {
    background: linear-gradient(0deg, var(--beige), transparent 25%);
}
.finance-list {
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto 20px;
    padding: 0;
    list-style: none;
    gap: 1%;
}
.finance-item {
    max-width: 600px;
    width: 48%;
    margin: 20px auto;
    text-align: center;
}
.finance-sr {
    font-size: 1.05rem;
    font-weight: 600;
    background-color: #eee;
    padding: 20px;
}
.finance-item .financing-module,
.finance-item img {
    width: 100% !important;
}

@media (max-width: 1200px) {
    .finance-item {
        width: 100%;
    }
}