.footer {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;

}

.itemsFooter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;

}

.itemsFooter div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.itemsFooter div img {
    width: 75%;

}

@media (min-width:768px) {
    .itemsFooter div img {
        width: 55%;
    }
}
@media (min-width:1024px) {
    .itemsFooter div img {
        width: 35%;
    }
}