* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    color: #fff;
}

body {
    overflow-x: hidden;
    background-color: #0c182c;
}

ol, ul {
    list-style: none
}

a {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    color: #fff;
}

.grid {
    position: relative;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 16px;
}

.logo {
    padding-top: 34px;
    text-align: center;
}

.logo img {
    width: 256px;
    height: 36px;
}

.privacy {
    padding: 60px 0;
}

.privacy h1 {
    margin-bottom: 12px;
    font-size: 36px;
    font-weight: 800;
    text-align: center;
}

.privacy h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

.privacy p {
    font-size: 14px;
    margin-bottom: 12px;
}

.privacy strong {
    font-weight: 800;
}

.privacy ul {
    padding-left: 30px;
    list-style-type: disc;
}
.privacy ul li {
    margin-bottom: 12px;
}

.privacy a {
    text-decoration: underline;
}

.privacy a:hover {
    text-decoration: none;
}
