main {
  margin-bottom: 80px;
}

.row {
  margin-left: -14px;
  margin-right: -14px;
}

.col-lg-6 {
  padding-left: 14px;
  padding-right: 14px;
}

.gallery-box {
  padding-bottom: 28px;
}

.gallery-box .column {
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gallery-box .column:first-child {
  margin-bottom: 28px;
  margin-right: 28px;
}

.gallery-box .small-box {
  height: 227px;
  width: 100%;
}

.gallery-box .small-box:first-child {
  margin-bottom: 28px;
}

.gallery-box .image-box {
  display: block;
  width: 100%;
  height: 227px;
  min-height: 100%;
  background-size: cover;
  background-position: center;
}

.section-title {
  padding: 68px 0;
  margin: 0;
}

@media (min-width: 576px) {
  .gallery-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .gallery-box .column:first-child {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=gallery.css.map */