.gallery {
  margin-top: 30px;
  margin-bottom: 30px;
  justify-content: center;
}
.gallery .image {
  margin-bottom: 20px;
}
@media (max-width: 550px) {
  .gallery .image {
    width: 50%;
  }
}
.gallery .image a:hover {
  text-decoration: none;
}
.gallery .image .img {
  height: 262px;
  background-size: cover;
  background-position: top center;
}
@media (max-width: 1200px) {
  .gallery .image .img {
    height: 212px;
  }
}
@media (max-width: 990px) {
  .gallery .image .img {
    height: 200px;
  }
}
@media (max-width: 700px) {
  .gallery .image .img {
    height: 117px;
  }
}
.gallery .image .title {
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  text-align: center;
}
