.box.box-gallery .widget-gallery-grid {
  margin-bottom: 30px;
}
.box.box-gallery .widget-gallery-item {
  display: block;
  position: relative;
  border: 1px solid #eee;
  background: #FFF;
}
.box.box-gallery .widget-gallery-img {
  margin-bottom: 0px;
}
.box.box-gallery .widget-gallery-img img {
  position: relative;
}
.box.box-gallery .widget-gallery-title {
  display: block;
  text-align: center;
  padding: 15px 8px;
  line-height: 1.1;
  font-size: 14px;
  font-weight: bold;
  background: #f9f9f9;
}

.box.box-gallery .owl-wrapper-outer {
  margin-bottom: 30px;
}