section.motorcycle_loan_request_change_due_date .header {
    max-width: 742px;
    margin-bottom: 60px;

    @media(width < 991px) {
        margin-bottom: 30px;
    }
}

section.motorcycle_loan_request_change_due_date span.wpcf7-form-control-wrap[data-name="first_amortization"] span.wpcf7-form-control.wpcf7-radio,
section.motorcycle_loan_request_change_due_date span.wpcf7-form-control-wrap[data-name="loan_payment_updated"] span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}

section.motorcycle_loan_request_change_due_date .form_wrapper h3,
section.motorcycle_loan_request_change_due_date .form_wrapper p {
    margin-bottom: 10px !important;
}

section.motorcycle_loan_request_change_due_date .form_wrapper span.wpcf7-list-item-label {
    color: var(--Black, #4A4A4A);
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

section.motorcycle_loan_request_change_due_date fieldset[data-cf7mls-order="1"] .field{
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}


div#settle_first_payment .content{
    width: 100%;
    max-width: 700px;
}

div#settle_first_payment .content h3,
div#settle_first_payment .content p{
    margin-bottom: 30px;
}

div#update_loan_payment .content{
    width: 100%;
    max-width: 700px;
}

div#update_loan_payment .content h3,
div#update_loan_payment .content p{
    margin-bottom: 30px;
}

div#update_loan_payment .group_button,
div#settle_first_payment .group_button{
    gap: 15px 20px;
}