.rodape__flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 800px) {
    .rodape__flex{
        flex-direction: column;
    }

    .rodape__flex p{
        margin: 0 0 0.5rem 0;
        padding: 0;
    }
}