* {
  font-family: 'Raleway', sans-serif;
}

img, svg {
  vertical-align: middle;
  text-align: center;
  width: 100%;
}

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

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

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

.photo-gallery .intro p {
  margin-bottom: 0;
}

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

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

.row {
  border: 1px;
  border-color: #000000;
  /*margin-bottom: 20px;*/
}

