.card-payment {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.15);
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    position: relative;
    min-height: 250px;
    max-width: 999px;
    margin: 20px auto;
    font-family: PeridotPE-Regular;
}

.payments-subs-header {
    padding-top: 10px !important;
    font-family: PeridotPE-Regular;
}