.footer {
    padding: 20px 0px 20px 0px;
    background-color: rgba(44, 44, 42, 1);
}

.footer-list-images {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.footer-list-images img{
    width: auto;
    height: 25px;
}

.footer-links {
    margin-top: 3em;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 1em;
}

.footer-links a {
    color: white;
    text-decoration: none;
}

.footer-links p{
    color: white;
}

.footer-links a:hover {
    cursor: pointer;
    text-decoration: underline;
}


@media (max-width: 560px) {
    .footer-list-images {
        flex-direction: column;
        gap: 10px;
    }

    .footer-images-1row, 
    .footer-images-2row {
        text-align: center;
    }
}