li.payment_method_epay_payment_solutions .epay-card-icons-container {
    display: inline-block;
    float: right;
}

.woocommerce-checkout #payment ul.payment_methods li.payment_method_epay_payment_solutions label img.epay-card-icon:not(:last-of-type) {
    margin: 0 4px;
}
.woocommerce-checkout #payment ul.payment_methods li.payment_method_epay_payment_solutions label img.epay-card-icon {
    display: inline;
    float: none;
    height: 26px;
    max-height: 26px;
    max-width: 43px;
    width: 43px;
}


.blocks-woocommerce-epay-epic-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.blocks-woocommerce-epay-epic-inner__icons {
    margin-left: auto;
}

.blocks-woocommerce-epay-epic-inner__icons img.epay-card-icon:not(:last-of-type) {
    margin-right: 5px;
}