.rodape {
    display: flex;
    flex-direction: column;
    align-items: center;

    background: #ffffff;
}

.rodape-titulo {
    width: 234px;
    height: 38px;

    font-family: 'Open Sans', sans-serif;

    font-size: 16px;
    line-height: 18.78px;
    text-align: center;

    margin-top: 32px;
    margin-bottom: 32px;
}