.gallery-with-nav-block {
  padding: 80px 0;
}

.gallery-heading {
  font-size: 48px;
  line-height: 110%;
  text-transform: uppercase;
  margin-top: 5px;
}

.gallery-right {
  position: relative;
}

.gallery-left {
  display: flex;
  flex-direction: column;
}

.gallery-arrows {
  margin-top: auto;
  margin-bottom: 20px;
}


/* Main slider */
.gallery-main-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* Thumbs */
.gallery-thumb-slider {
  margin: 20px -6px 0;
}

.gallery-thumb-slide {
  padding: 0 6px;
  cursor: pointer;
}

.gallery-thumb-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.gallery-thumb-slide.slick-current img {
  opacity: 1;
}
@media (max-width: 767px) {
    .gallery-heading {
    font-size: 40px;
    }
}
/* Mobile */
@media (max-width: 767px) {

  .gallery-thumb-slider {
    display: none;
  }

  .gallery-main-slide img {
    height: 260px;
  }
  .gallery-with-nav-block {
    padding: 50px 0;
  }
  .mobile-gallery-arrows {
    margin-top: 20px;
    justify-content: center;
  }

}
