/* --------------------
   PRIVACY POLICY STYLES
   -------------------- */
#page-header {
    background-image: url('../img/terms.jpg'); /* Adicione sua imagem aqui */
    min-height: 40vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 90px;
}

#page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Overlay escuro */
}

#page-header .container {
    position: relative;
    z-index: 2;
}

#page-header h1, #page-header p {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}