﻿.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 40px;

}

.gallery-item{
    flex: 0 0 25%;

}

.gallery img{
    width: 95%;
    height: 90%;
    object-fit: cover;
    object-position: center;
}

.title{
    margin-left: 50px;
    font-size: 40px;
}