.custom-discount-cart,
.custom-discount-checkout {
    color: #c8a34c !important;
    font-weight: bold !important;
    font-size: 18px;
}

@media (max-width: 768px) {
    .order-savings th,
    .order-savings td {
        display: block;
        width: 100%;
        font-size: 16px;
        padding: 10px;
    }

    .custom-discount-cart,
    .custom-discount-checkout {
        font-size: 16px !important;
    }

    .custom-discount-cart {
        margin-top: -44px;
    }
}

@media (max-width: 480px) {
    .order-savings th,
    .order-savings td {
        font-size: 14px;
        padding: 8px;
    }

    .custom-discount-cart {
        font-size: 14px !important;
        margin-top: -34px;
    }

    .custom-discount-checkout {
        font-size: 14px !important;
    }
}
