.policy h2 {
    text-align: center;
    margin-top: 1rem;
}

.policy .policy-title {
    margin-bottom: 3rem;
}

.erdf h2 {
    text-align: center;
    margin-bottom: 3rem;
}

.erdf p {
    margin-bottom: 2rem;
}

.erdf #logos {
    display: flex;
    justify-content: space-around;
    margin-top: 1rem;
}

.erdf #logos .img-wrapper {
    display: flex;
    flex-flow: column;
}

.erdf #logos .img-wrapper span {
    text-align: center;
    font-size: .8rem;
}

.erdf #logos img {
    height: 100px;
}

@media screen and (max-width: 768px)
{
    .erdf #logos {
        flex-direction: column;
        align-items: center;
    }

    .erdf #logos > * {
        margin-bottom: 1rem;
    }
}