.rodapie{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

@media screen and (min-width:0px) {
    .rodapie{
       flex-direction: column;
    }
    
}

@media screen and (min-width:768px) {
    .rodapie{
       flex-direction: row;
    }
}