.image-list {
    align-items: center;
    column-gap: 50px;
}

.image-list img {
    width: auto;
    height: auto;
    max-height: 100px;
    max-width: 160px;
}