.images {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
}
.image {
    padding: 10px;
}
.image img {
    width: 100%;
    height: auto;
}