.footer-gallery-section {
  padding: 0;
  margin-top: 100px;
}

.footer-gallery {
  display: block;
  height: 350px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border: 0.5px solid white;
  border-bottom: 0;
}

.footer-gallery .icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  z-index: 0;
  opacity: 0;
  position: relative;
  background: var(--accent-color);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-gallery .icon i {
  color: #fff;
  font-size: 24px;
}

.footer-gallery:hover .icon,
.footer-gallery:focus .icon {
  opacity: 1;
}
.no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
