.gallery img {
    max-width: 222px;
}
.gallery {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
    padding: 3% 2%;
}
.gallery-item {
    border: 1px solid #780000;
    margin-bottom: 15px;
}