.gallery-header-div {
  margin: 160px 50px 20px;
}
.gallery-heading {
  color: #051e47;
  font-family: "Roboto", "Condensed";
  font-style: normal;
  font-weight: bold;
  line-height: 56px;
  text-align: center;
  font-size: 48px;
  color: #051e47;
}
.gallery-image {
  width: 55px;
  height: 1;
  margin: 0px 7px;
}
.photo-gallery {
  color:#313437;
  background-color:#fff;
}
.photo-gallery p {
  color:#7d8285;
}
.intro{
  margin-top: 147px;
}
.photos{
  display: flex;
  padding: 50px;
  flex-wrap: wrap;
}
.photos-img{
  width: 100%;
  height: 100%;
  border: 2px solid #051e47;
  border-radius: 10px;
}
.item{
  margin: 15px;
  width: 253px;
}
.lb-outerContainer{
  width: 600px !important;
  height: 480px !important;
}
.lb-container{
  width: 100%;
  height: 100%;
}
.lb-image{
  width: 100% !important;
  height: 100% !important;
}
@media (max-width:600px) {
  .photos{
 padding: 20px;
    display: block;
  }


  .item{
    width: 100%;
  }
  .lb-outerContainer{
    width: 400px !important;
    height: 350px !important;
  }
  .lb-outerContainer{
    width: 400px !important;
    height: 380px !important;
  }
}
@media (max-width:992px) {
 .photos{
   justify-content: center;
 }
}

