.our-gallery {
    padding-bottom: 50px;
}

.our-gallery .image {
    width: 100%;
    height: 100%;
    min-height: 200px;
    display: block;
    border-radius: 5px;
    overflow: hidden;
}

.our-gallery .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.our-gallery .image:hover img {
    transform: scale(1.1);
}

.about-intro {
    padding-bottom: 0;
}
