.hero-image-wrapper {
    background-image: url("/images/privacy-hero.jpg");
}

.content .container {
    margin-top: 50px;
    margin-bottom: 80px;
}

a {
    word-wrap: break-word;
}

a.anchor {
    position: relative;
    top: -59px;
    visibility: hidden;

    @media screen and (min-width: 992px) {
        top: -115px;
    }
}
