.photo-gallery {
  color: #313437;
  background-color: #fff;
}

.photo-gallery p {
  color: #7d8285;
}

.photo-gallery h2 {
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 25px;
  color: inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 24px;
  }
}

.photo-gallery .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 20px;
}

.photo-gallery .photos {
  padding-bottom: 20px;
}

.photo-gallery .item {
  padding-bottom: 30px;
}

.gfx.lrg {
  height: 95%;
}

.gfx.small {
  height: 95%;
}

.col-md-8.col-lg-8.col-xl-8.order-1.order-sm-1.order-md-2.order-lg-2.order-xl-2 {
  padding-top: 30px;
}

.card-header:first-child {
  background-color: rgb(226,226,226);
}

.gfx.smaller {
  height: 87%;
}

