.privacy {
    padding-top: 60px;
}
.privacy h1 {
    font-weight: 600;
    font-size: 2.1875rem;
    line-height: 2.8125rem;
    color: var(--header);
}
.privacy h2 {
    margin: 60px 0 40px;
}
.privacy p:not(:last-of-type) {
    margin-bottom: 1.5rem;
}
.privacy ul {
    margin: 10px 0;
    padding: 0;
    list-style: none;
}
.privacy ul li {
    position: relative;
    padding-left: 17px;
}
.privacy ul li:not(:last-of-type) {
    margin-bottom: 15px;
}
.privacy ul li:before {
    content: '';
    display: block;
    background: var(--blue);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 3px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 14px;
}
.privacy .table-container {
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .privacy h1 {
        font-size: 1.8125rem;
        line-height: 2.4375rem;
    }
}