.archive-offers-hero {
    width: 100%;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2f2f2f 0%, #1c1c1c 100%);
    background-size: cover;
    background-position: center;
    font-family: "Monserrat", Sans-serif !important;
}

.archive-offers-hero-inner {
    text-align: center;
    padding: 40px 20px;
}

.archive-offers-hero-title {
    font-size: 42px;
    font-weight: 300;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 20px;
    letter-spacing: 0.04em;
}

.archive-offers-hero-divider {
    display: inline-block;
    width: 90px;
    height: 3px;
    background: var(--hs-color-primary, #D1C5B5);
    border-radius: 2px;
}

@media (max-width: 768px) {
    .archive-offers-hero {
        min-height: 180px;
    }

    .archive-offers-hero-title {
        font-size: 28px;
        margin-bottom: 14px;
    }
}
