.privacy-policy_section {
    
}

.privacy-policy_section h1, h2, h3, h4, h5, h6 {
    color: white;
}

.privacy-policy_section h1 {
    font-size: 56px;
}

.privacy-policy_section h3 {
    font-size: 22px;
    margin-top: 22px;
}

.privacy-policy_section h4 {
    font-size: 18px;
    margin-top: 18px;
}

.privacy-policy_section a {
    color: var(--primary-color);
}

.privacy-policy_section p, table, li {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
}

.privacy-policy_section table, th, td {
    border: solid thin rgba(255, 255, 255, 0.5);
}

.privacy-policy_section th, td {
    padding-left: 4px !important;
    padding-right: 4px !important;
    padding-top: 4px !important;
}

.privacy-policy_section strong {
    color: rgba(255, 255, 255, 0.75);
}