.financing {
    background: linear-gradient(107deg, #FFC42C 0%, #F5A920 100%);
    padding: 46px 18px;
}

.financing h2 {
    font-size: 28px;
    line-height: 29.4px;
    margin-bottom: 3px;
}

.financing p {
    color: #5A4200;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    margin: 5px 0 0 0;
}

.financing-wrap {
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.fi-cta .btn-white,
.fi-cta .btn-white::before {
    box-shadow: none;
}

@media(max-width:992px) {
    .financing-wrap {
        flex-direction: column;
        gap: 26px;
        align-items: self-start;
    }

    .financing p {
        margin: 10px 0 0 0;
    }

    .coupons-offers {
        background-size: contain;
        background-repeat: repeat;
        background-position: top;
    }
}