
.content {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
}

.content-title {
  display: block;
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 25px;
  /* margin-top: 20px; */
}

.gallery {
  position: relative;
  display: block;
  margin: auto;
  overflow: hidden;
}
.gallery .slick-list {
  overflow: hidden;
}
.gallery .slick-slide {
  outline: none !important;
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  background-color: #E6E6E6;
  z-index: 10;
  cursor: pointer;
  transition: background 0.3s ease;
}
.gallery-arrow:hover {
  background: #D0DFE6;
}
.gallery-arrow.mod-prev {
  left: 0;
}
.gallery-arrow.mod-next {
  right: 0;
}

.gallery-item {
  position: relative;
  float: left;
  vertical-align: middle;
  text-align: center;
}

.gallery-img-holder {
  display: inline-block;
  width: auto;
  height: auto;
}

.gallery-img {
  width: 100%;
  height: 100%;
}

.slick-lightbox .slick-arrow {
  z-index: 10;
}
.gallery_row_wrapper{
  display: flex;
  justify-content:center
}
.gallery_row_wrapper > div{
  margin: 25px 30px;
  width: 22.5%;
}
.gallery-img-holder.js-gallery-popup{
  overflow: hidden;
}
