.gallery-part.page {
  padding-block: 80px;
}
@media (max-width: 991px) {
  .gallery-part.page {
    padding-block: 60px;
  }
}
.gallery-part .row {
  padding: 0px 15px;
}
.gallery-part .row .col-12,
.gallery-part .row .col-sm-6,
.gallery-part .row .col-md-4,
.gallery-part .row .col-md-5,
.gallery-part .row .col-md-6,
.gallery-part .row .col-md-7 {
  padding: 0px;
}
.gallery-part .venobox-image {
  width: 100%;
  display: block;
  overflow: hidden;
}
.gallery-part .venobox-image:hover img {
  -webkit-transform: scale(1.1) rotate(0.8deg);
          transform: scale(1.1) rotate(0.8deg);
}
.gallery-part .venobox-image img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
@media (max-width: 991px) {
  .gallery-part .venobox-image img {
    height: 200px;
  }
}

.section-title{
  color: #0C1028;
}