.gallery-title-heading {
  text-align: center;
}
.gallery-title-heading h2 {
  color: #32312f;
  font-family: "Nunito",sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.gallery-title-heading p {
  font-size: 14px;
  line-height: 1.8;
  margin: 20px 0;
}
.gallery-title-heading .title-bottom-line {
  background-color: #9f2247;
  height: 1px;
  margin: 0 auto 60px;
  width: 70px;
}
