section.gallery-hero {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 640px;
  position: relative;
  margin-bottom: 70px;
}
section.gallery-hero .heading {
  position: absolute;
  bottom: -50px;
  background-color: #3e3f41;
}
@media (max-width: 992px) {
  section.gallery-hero .heading {
    left: 0;
    margin: 10px;
  }
}
section.gallery-hero .heading .caption {
  padding: 75px 50px;
}
@media (max-width: 992px) {
  section.gallery-hero .heading .caption {
    padding: 20px;
  }
}
section.gallery-hero .heading .caption h1 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 1.5px;
}
section.gallery-hero .heading .caption h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.9px;
}

section.gallery-main {
  padding: 30px 0;
}
section.gallery-main .next-url {
  position: absolute;
  right: 0;
  top: -100px;
  color: #fff;
  background-color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.57px;
  width: 265px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 6px;
  margin: 40px auto 0 auto;
}
@media (max-width: 992px) {
  section.gallery-main .next-url {
    position: initial;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 400px) {
  section.gallery-main .next-url {
    margin: 0 auto 30px auto;
  }
}
section.gallery-main .content {
  position: relative;
}
@media (max-width: 992px) {
  section.gallery-main .content {
    margin-bottom: 30px;
  }
}
section.gallery-main .content h2 {
  color: #4b4b4b;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1.06px;
  line-height: 38px;
  margin: 30px 0 20px 0;
}
@media (max-width: 992px) {
  section.gallery-main .content h2 {
    font-size: 28px;
  }
}
section.gallery-main .content h3 {
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 25px;
}
section.gallery-main .content p {
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 25px;
}
@media (max-width: 992px) {
  section.gallery-main .content p {
    font-size: 14px;
  }
}
section.gallery-main .gallery {
  margin-top: 30px;
}
section.gallery-main .gallery .image {
  display: block;
  margin: 15px 0;
}
section.gallery-main .gallery .image span {
  display: block;
  text-align: center;
  font-size: 12px;
  margin: 3px 0 0 0;
}

/*# sourceMappingURL=page-gallery.css.map */
