@import "./service-index.css";
/* Keep the tourism landing hero aligned to half of the visible viewport. */
.v2-service-hero.v2-service-hero--pariwisata {
    --pariwisata-hero-nav-offset: 7.75rem;

    height: calc(50vh + var(--pariwisata-hero-nav-offset));
    min-height: calc(50vh + var(--pariwisata-hero-nav-offset));
    max-height: calc(50vh + var(--pariwisata-hero-nav-offset));
}

@media (max-width: 760px) {
    .v2-service-hero.v2-service-hero--pariwisata {
        --pariwisata-hero-nav-offset: 4.7rem;

        height: calc(50svh + var(--pariwisata-hero-nav-offset));
        min-height: calc(50svh + var(--pariwisata-hero-nav-offset));
        max-height: calc(50svh + var(--pariwisata-hero-nav-offset));
    }
}
