.block-section-gallery {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
}
.section-gallery {
  padding: 45px 0;
}

.section-gallery .section-heading {
  position: relative;
  padding-left: 30px;
  padding-bottom: 45px;
}

.section-gallery .section-heading .line {
  content: "";
  width: 1px;
  height: 102px;
  background: #c09056;
  position: absolute;
  top: -45px;
  left: 0;
}

.section-gallery img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  transform: scaleY(0.8);
  box-shadow: rgba(50, 50, 93, 0.15) 0px 5px 20px -5px, rgba(0, 0, 0, 0.1) 0px 8px 16px -8px;
}

.section-gallery .active img {
  -webkit-filter: grayscale(0);
  filter: none;
  transform: scaleY(1);
}

.section-gallery .owl-carousel .owl-nav button {
  width: 37px;
  height: 70px;
  background: url("../../images/icons/slider-arrow.png");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.75;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.section-gallery .owl-carousel .owl-nav button:hover {
  opacity: 1;
}

.section-gallery .owl-carousel .owl-nav .owl-prev {
  left: 165px;
}

.section-gallery .owl-carousel .owl-nav .owl-next {
  right: 165px;
  background-position: 37px 0;
}
