.policy-title-block {
    background: #fff;
    border-bottom: 1px solid rgba(21, 32, 27, .08);
    padding: 48px 0 40px;
    text-align: center;
}

.policy-title-block h1 {
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    color: var(--ink);
    margin: 0;
}

.policy-content {
    padding: 48px 0 80px;
}

.policy-prose {
    color: rgba(21, 32, 27, .75);
    font-size: .9375rem;
    line-height: 1.85;
}

.policy-prose p {
    margin-bottom: 1rem;
}

.policy-prose h2 {
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: 1.15rem;
    color: var(--ink);
    margin-top: 2rem;
    margin-bottom: .5rem;
}

.policy-prose a {
    color: var(--jade-600);
    font-weight: 600;
    text-underline-offset: 2px;
}

.policy-prose a:hover {
    color: var(--jade-700);
}