.payment_page h1 {
    font-size: 20px;
    margin-bottom: 20px;
}

.payment_page .error {
    color: red;
    text-transform: capitalize;
}

.payment_page button#confirm-purchase {
    border: none;
    padding: 13px;
}

.payment_page .main-content .inner-content {
    padding: 20px;
}

.payment_page div#credit_cards img {
    width: 65px;
    margin-right: 8px;
}


@media screen and (max-width:767px) {
    .payment_page label,
    .payment_page .error,
    .payment_page select {
        font-size: 12px;
    }
}
