.photo-gallery {
    color:#313437;
    background-color:#fff;
  }

  
  @media (max-width:767px) {
    .photo-gallery h2 {
      margin-bottom:25px;
      padding-top:25px;
      font-size:24px;
    }
  }
  
  .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 .photos img {
    height: 400px;
    border-radius: 5px;
    object-fit: cover;
    width: 100%;
  }
  
  .photo-gallery .item {
    padding-bottom:30px;
  }
  
  @media only screen and (max-width: 991px) {
    .photo-gallery .photos img {
      height: auto;
    }
  }