.container .card {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #fff;
    border-radius: 0px
}

.container .card .img-box {
    width: 80px;
    height: 50px
}

.container .card .img-3box {
    width: 33px;
    height: 20px
}

.container .card img {
    width: 100%;
    object-fit: fill
}

.container .card .number {
    font-size: 24px
}

.container .card .number-md {
    font-size: 20px
}

.container .card-body .btn.btn-primary .fab.fa-cc-paypal {
    font-size: 32px;
    color: #3333f7
}

.card-close{
    font-size: 23px;
    z-index: 1;
    position: absolute;
    margin-left: 90%;
    margin-top: -5px;
}