.policy-wrapper {
    max-width: var(--content-width);
    width: 90%;
    color: white;
    border: 2px solid var(--site-green);
    font-family: 'Times New Roman', serif;
    line-height: 1.5;
    margin: 140px auto;
    padding-right: 10px;
    padding-left: 20px;
    padding-bottom: 20px;
    font-size: 1.125rem;
}

.policy-wrapper h1 {
    text-align: center;
    font-size: 2rem;
}

.policy-wrapper h2 {
    display: inline-block;
    font-size: 1.5rem;
    margin-bottom: 0;
}

.policy-wrapper h3 {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 10px;
}

.policy-wrapper a {
    text-decoration: none;
    color: var(--site-green);
}

.second-list {
    padding-left: 20px;
}

.third-list {
    padding-left: 20px;
}

.second-list p{
    margin-bottom: 0;
    margin-top: 10px;
}

@media (max-width: 500px) {
    .policy-wrapper {
        width: 85%;
    }
    .second-list, .third-list {
        padding-left: 10px;
    }
    h2 {
        font-size: 1.25rem;
    }
    h3 {
        font-size: 1.125rem;
    }
}


