.mv-special-deals__hero {
    background: #fff8e6;
    border: 2px solid #d4a017;
    border-radius: 12px;
    padding: 24px 28px;
    margin-bottom: 24px;
}

.mv-special-deals__eyebrow {
    color: #980000;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0 0 6px;
}

.mv-special-deals__hero h1 {
    margin: 0 0 10px;
    color: #7a0000;
}

.mv-special-deals__hero p {
    margin: 0;
    color: #333;
    max-width: 640px;
}