.office-gallery {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  overflow: hidden;
}
.office-gallery__image {
  width: 100%;
  height: 575px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .office-gallery__image {
    height: 400px;
  }
}
@media screen and (max-width: 576px) {
  .office-gallery__image {
    height: 300px;
  }
}