.privacy-policy h2 {
    padding: 1rem 0;
    border-bottom: 2px #ddd solid;
    border-top: 2px #ddd solid;
    margin-bottom: 2rem;
}

section a {
    text-decoration: none;
    color: black;
}
@media (max-width: 768px) {
    .privacy-policy {
        width: 100%;
    }
}
