.container-payment-list-mobile .paymentCard-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0}.container-payment-list-mobile .payment-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:40px;padding:10px 10px 10px 20px;background:#fff;border-top:1px solid #f0f1f5}.container-payment-list-mobile .payment-item:last-child{border-bottom:1px solid #f0f1f5}