.disclosure,
.footer__links {
    font-family: 'Roboto', sans-serif
}

.disclosure {
    color: #aaa;
    font-size: 12px;
    padding: 0 20px;
    margin: 20px 0 15px;
    line-height: 18px;
    text-align: center
}

.footer__links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px
}

.footer__links .footer__links--link {
    color: #aaa;
    font-size: 12px;
    padding: 0 5px;
    margin: 0 0 10px;
    line-height: 25px;
    text-align: center
}

@media only screen and (max-width:768px) {
    .footer__links {
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }
    .footer__links .footer__links--link {
        color: #aaa;
        font-size: 12px;
        padding: 0 5px;
        margin: 0 0 10px;
        line-height: 25px;
        text-align: center
    }
}