.payment-card{
    width: 381.85px;
height: 192.15px;


background: #E9E9E9;
border: 1px solid #DCDCDC;
border-radius: 15px;
}
.payment-card:hover{
    width: 381.85px;
height: 192.15px;


background: #fff;
border: 2px solid #000000;
border-radius: 15px;
}

.payments-details h2{
    font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 13.788px;
line-height: 150%;
/* identical to box height, or 21px */


color: #000000;
}

.payments-details p{
    font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 13.1695px;
line-height: 150%;
/* identical to box height, or 20px */


color: rgba(51, 36, 64, 0.83);
}