Hi there,
Please remove your code and instead add this CSS in customizer :
.payment_box.payment_method_stripe fieldset:first-child p:first-of-type:before {
content: "\\f023";
font-family: fontawesome;
}
p.form-row.form-row-wide:before {
content: "" !important;
}
Hope it helps.