.footer-conteudo {
    margin-bottom: 4rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.creditos {
    margin: 0 auto 2rem auto;
    display: flex;
    flex-direction: column;
}

.creditos li {
    text-align: center;
}

.creditos li a {
    font-size: .8rem;
}

.creditos h4 {
    text-align: center;
    margin-bottom: 1rem;
}

.footer-conteudo p {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .footer-conteudo {
        margin-top: 0;
        margin-bottom: 0;
    }
}