/* Product template overrides (per-page) */

#top.hero {
    background: linear-gradient(180deg, rgba(15, 28, 46, 0.31), rgba(15, 28, 46, 0.51)),
        url("../../../assets/blog/wohnsitz/georgien-2026-auswandern-residency-business/hero.webp");
    background-position: 50% 50%;
}

.product-hero-text {
    max-width: 75ch;
}

@media (max-width: 720px) {
    #top.hero {
        background-position: 50% 50%;
    }
}
