footer {
    display: flex;
    flex-direction: column;
}

footer .footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2.5rem;
    padding: 1rem 0 1rem 0;
}

footer .footer .listFooter a img {
    width: 2rem;
    height: 2rem;
}

footer .footer .listFooter a img.dio {
    width: 4.5rem;
    height: 4.5rem;
}

footer p {
    display: flex;
    justify-content: center;
    padding: 0 0 1rem 0;
}