.gallery {
  padding-top: 120px;
}
.gallery h2 {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 50px;
  line-height: 100%;
  color: #383838;
  margin-bottom: 70px;
}
@media (max-width: 500px) {
  .gallery h2 {
    font-size: 32px;
  }
}
.gallery-row {
  border-radius: 20px;
  overflow: hidden;
}
.gallery-row .col-12 {
  position: relative;
}
.gallery-row .col-12 a {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 40px;
  line-height: 100%;
  color: #fff;
  text-decoration: none;
}
.gallery-row-backgrounds {
  position: relative;
}
.gallery-row-backgrounds .blackout {
  width: 100%;
  height: 100%;
  z-index: 5;
  position: absolute;
  background: rgba(0, 0, 0, 0.3019607843);
  top: 0;
  left: 0;
}
.gallery__alert {
  background: rgba(194, 93, 73, 0.6588235294);
  padding: 1rem 2rem;
  border-radius: 20px;
  grid-column: 1/-1;
}
.gallery__alert p {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  text-align: center;
  margin: 0;
  color: #222222;
}

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