:root {
    --page-hero: url('https://reholandia.pl/wp-content/uploads/2026/02/main-section-banner.png');
}

#page,
body {
    overflow-x: hidden;
}

/* Kontener nagłówka strony */
.theme .page-header {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    padding: 60px 20px;
    background-image: var(--page-hero);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 50px;
}

/* Tytuł strony */
.theme .page-header .entry-title {
    margin-left: 7%;
    font-size: 3rem;
    color: #fff;
}

/* Linia pod tytułem */
.theme .page-header .entry-title::after {
    content: "";
    display: block;
    width: 40vw;
    height: 1px;
    background: #fff;
    margin-top: 10px;
}

@media (max-width: 1024px) {
    .theme .page-header .entry-title {
        font-size: 2rem;
    }
}
