.menu_bg {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    height: clamp(160px, 25vw, 300px);
    background-image: url(../img/privacy-law_bg.jpg);
    background-size: cover;
    background-position: center;
    background-color:rgba(255, 255, 255, .6);
    background-blend-mode:lighten;
    position: relative;
}
.page_title {
    font-size: clamp(24px ,3vw, 30px);
    color: #fff;
    text-shadow: .1em .1em .2em #000, 
                 .1em .1em .2em #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.small_title {
    font-size: clamp(12px , 1.5vw, 20px);
}


#privacy h3 {
    margin-bottom: .3em;
}

#privacy p {
    margin-bottom: 1.5em;
    line-height: 1.6;
}