.gallery__wrap {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .gallery__wrap {
    margin-bottom: 40px;
  }
}
.gallery__wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}