.policy {
    position: relative;
    margin-top: 100px;
    margin-bottom: 80px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    background-color: #8685855e;
    border-radius: 12px;
}

.policy h1,
.policy h2 {
    color: #eee;
}

.policy h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
    text-align: center;
}

.policy h2 {
    font-size: 1.5rem;
    margin-top: 2rem;
    border-bottom: 2px solid #eee;
    padding-bottom: 0.4rem;
}

.policy ul {
    margin-top: 0.5rem;
    padding-left: 1.5rem;
}

.policy a {
    color: #007acc;
    text-decoration: none;
}

.policy a:hover {
    text-decoration: underline;
}

.policy p {
    margin: 0.8rem 0;
}