body {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding: 20px;
    line-height: 1.6;
    color: #6c6a6a;
    background: #f2f2f2;
}

h4 {
    margin-bottom: 0px;
}

ol li{
    font-weight: 500;
    font-style: italic;
}

.privacy-policy {
    background: #fff;
    padding: 20px 70px;
    border-radius: 10px;
}

.privacy-policy h1, .privacy-policy h2 {
    color: #6c6a6a;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}

.privacy-policy p, .privacy-policy li {
    font-size: 14px;
    margin-top: 0px;
}

.privacy-policy h2, .privacy-policy h3, .privacy-policy h4 {
    font-size: 16px;
    margin-top: 20px;
    color: #666;
    
}

.terms-of-service {
    background: #fff;
    padding: 20px 70px;
    border-radius: 10px;
}

.terms-of-service h1, .terms-of-service h2 {
    color: #6c6a6a;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}

.terms-of-service p, .terms-of-service li {
    font-size: 14px;
    margin-top: 0px;
}

.terms-of-service h2, .terms-of-service h3, .terms-of-service h4 {
    font-size: 16px;
    margin-top: 20px;
    color: #666;
    
}
