.discount-banner {
    background: linear-gradient(to bottom, #B0CB1F, #5C8A00);
    color: white;
    padding: 15px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.discount-banner h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: white !important;
}

.discount-banner p {
    font-size: 1.1rem;
}