.gallery {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
    padding: 2%;
}
.gallery-item {
    border: 3px solid #410703;
    margin-bottom: 15px;
    width: 300px;
    height: 250px;
    overflow: hidden;
    margin: 15px;
}
.gallery-item img {
    width: 450px !important;
    height: auto !important;
}