@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/Open_Sans/OpenSans-VariableFont_wdth\,wght.ttf') format('truetype');
}

body {
    /* background: url('../images/privacy-bg.jpg') no-repeat top center fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0px;
    background-color: #021F52
}

h3 {
    font-size: 28px;
    line-height: 34px;
}

h6 {
    font-size: 17px;
    font-weight: 100;
    padding-top: 30px;
    padding-bottom: 60px;
    width: 80%;
    margin: 0 auto;
    line-height: 35px;
}

.heading {
    font-family: 'Open Sans';
    font-style: normal;
    color: #FFFFFF;
}

.heading-group {
    max-width: 990px;
    width: 100%;
    margin: 50px auto 0 auto;
}

.list-unstyled {
    margin-bottom: 60px;
}

.list-unstyled img {
    margin-bottom: 20px;
}

.list-unstyled a {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-thickness: .5px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 200;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

.headline {
    width: 960px;
    height: 8316px;
    flex-grow: 0;
    margin: 28px 0 0;
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.headline .text-style-1 {
    font-weight: bold;
}

header {
    text-align: center;
    padding: 32px 10px 0 10px;
}
.logo-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}
.logo {
    height: 48px;
    display: block;
}