.policy-group {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 800px;
    padding: 20px;
}


.policy-group h1 {
    font-size: 3rem;
    margin-bottom: 40px;
}


.policy-group .group {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;    
}


.policy-group .group a:focus-visible {
    background-color: #ffffff14;
    outline: 3px solid #797979;
}
.policy-group .group a:hover {
    background-color: #ffffff14;
}


.policy-group .group a h3 {
    margin: 10px;
}
.policy-group .group a:focus-visible h3 {
    color: var(--text-wh);
}
.policy-group .group a:hover h3 {
    color: var(--text-wh);
}