.footer-images{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-evenly;
margin: 25px 0;
gap: 15px;
}