.images-row {
display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.images-row img{
    margin: 15px;
    max-height: 160px;
    max-width: 200px;
    height: fit-content;
    width: fit-content;
}