.footer--informacoes {
    text-align: center;
}

.footer--informacoes div {
    height: 120px;
    border-right: 1px solid black;
}


.hr-footer {
    width: 100%;
}

    
@media(max-width: 767px) {

    footer {
        font-size: 140%;
    }

    .footer--informacoes div {
        border: none;
        margin-bottom: 15px;
    }
}


.footer--images {
    display: flex;
    align-items: center;
    justify-content: center;
}


.footer--images img {
    width: 200px;
}