.payment-cards, .payment-cards-el {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    /*justify-content: space-around;*/
    /*align-items: center;*/
}
.images img {
    width: 100px;
    height: 50px;
    margin-right: 10px;
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
}
.images-el img {
    width: 100px;
    height: 50px;
    margin-right: 10px;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
}
.pay-img {
    padding: 10px;

    border-radius: 10px;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
}

.pay-img img {
    width: 250px;
}

h5 {
    font-weight: bold;
    margin-bottom: 15px;
}