.heading-background {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;

    height: 300px;

    background: rgb(6,71,137);
    background: -moz-linear-gradient(90deg, rgba(6,71,137,1) 0%, rgba(46,100,156,1) 50%, rgba(255,255,255,1) 50%, rgba(46,100,156,1) 50%, rgba(6,71,137,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(6,71,137,1) 0%, rgba(46,100,156,1) 50%, rgba(255,255,255,1) 50%, rgba(46,100,156,1) 50%, rgba(6,71,137,1) 100%);
    background: linear-gradient(90deg, rgba(6,71,137,1) 0%, rgba(46,100,156,1) 50%, rgba(255,255,255,1) 50%, rgba(46,100,156,1) 50%, rgba(6,71,137,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#064789",endColorstr="#064789",GradientType=1);

    padding-top:164px;
}

.privacy-policy-content strong {
    font-weight: 800;
    font-size:1.1em;
}

.privacy-policy-content {
    margin: 70px 0;
}