.title-center h2.display-2:after{
	margin: 0px auto 60px !important;
  left: -13px;
}

.gallery-img{
  display: flex;
  flex-direction: column;
  justify-content: center;
   max-height: 150px;
}
.gallery-img img{
  max-height: 100%;
  width: auto;
}
