/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#installments_choice_field > span > div.radio-container {
    display: flex;
    align-items: center;
    margin-bottom:10px;
}

#installments_choice_field > span > div.radio-container > input {
    margin-right:10px
}