.payment-cards-wrapper{
    width: 100%;
}
.payment-card {
    padding: 25px 0;
    background: #ffffff;
    text-align: center;
}
.payment-card .item {
    display: inline-block;
    padding: 5px 10px;
}
.payment-card .item .img-wrapper img {
    height: 35px;
}
