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

h1, h2, h3, h4, h5, h6, p, a, ul, li, ol {
    font-family: 'Open Sans';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 0px;
    
}

h2 {
    color: white;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    margin-top: 51px;
}
h3, h4, h5, h6 {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.25px;
    color: white;
}

p, ul, li, ol {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #CCCCCC;
    margin: 0px;
}

ul, li, ol {
    text-decoration: none;
}

li {
    text-decoration: none!important;
    margin-bottom: 8px;
}

p {
   margin-bottom: 15px;
   margin-top: 15px;
}

.tg {
    border-collapse:collapse;
    border-spacing:0;
    margin-top: 15px;
    margin-bottom: 15px;
}
.tg td{
    border-color:#CCCCCC;
    border-style:solid;
    border-width:1px;
    font-family: 'Open Sans';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:14px; 
    overflow:hidden;
    padding:10px 5px;
    word-break:normal;
    color: #CCCCCC;
} 
.tg th{
    border-color:#CCCCCC;
    border-style:solid;
    border-width:1px;
    font-family: 'Open Sans';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:14px;
    font-weight:normal;
    overflow:hidden;
    padding:10px 5px;
    word-break:normal;
    color: white;
} 
.tg .tg-1wig{
    font-weight:bold;
    text-align:left;
    vertical-align:top
} 
.tg .tg-0lax{
    text-align:left;
    vertical-align:top
}

a {
    color: white;
    text-decoration: underline;
}
a:hover {
    color: white;
}

.wrapper {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding: 0 24px 0 24px; */
}

section {
    margin: 0 24px 0 24px;
    width: 95%;
}