Hello,
Try to use the code below for help:
.woocommerce-order-received .wc-bacs-bank-details.order_details {
flex-direction: column;
align-items: self-start;
}
:is(.woocommerce-thankyou-order-details,.wc-bacs-bank-details) li {
border-inline-end: none;
}
.woocommerce-order-received .bank_name,
.woocommerce-order-received .account_number {
text-align: left;
padding-left: 0;
}
Define it in Theme Settings -> Custom CSS -> Desktop CSS area. Clear the cache and recheck the issue.
Kind Regards