.privacy-page-wrapper {
    background-color: #fff;
    padding-bottom: 100px;
}


.privacy-header {
    padding: 80px 0 40px;
    margin-bottom: 60px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.privacy-header .page-title {
    font-size: 36px;
    font-weight: 300;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    color: #000;
}

@media(min-width: 768px) {
    .privacy-header .page-title {
        font-size: 42px;
    }
}

.privacy-header .last-updated {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.privacy-content-wrap {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.legal-text {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    font-weight: 300;
}

.legal-text h2 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}


.legal-text h3 {
    font-size: 18px;
    font-weight: 600;
    color: #444;
    margin-top: 30px;
    margin-bottom: 15px;
}

.legal-text p {
    margin-bottom: 20px;
}

.legal-text ul {
    margin-bottom: 30px;
    padding-left: 20px;
}

.legal-text li {
    margin-bottom: 10px;
    list-style-type: disc;
    color: #444;
}

.legal-text ul.data-list li {
    background-color: #fcfcfc;
    border-left: 3px solid #ddd;
    padding: 10px 15px;
    list-style-type: none;
    margin-bottom: 10px;
}

.legal-text strong {
    font-weight: 600;
    color: #000;
}

.legal-text a {
    color: #000;
    text-decoration: underline;
}

.legal-text a:hover {
    color: #666;
    text-decoration: none;
}