.gallerypg {
  padding: 100px 0;
}
.gallery-title {
  margin: 30px auto 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 100;
  letter-spacing: 1.5px;
  line-height: 5rem;
}

.gallery-img {
  text-align: center; /* 画像を中央揃えに */
  margin: 50px 0;
}

.gallery-img img {
  width: 400px; /* 必要に応じて調整 */
  height: auto;
  display: inline-block; /* 中央揃えのため */
}
.gallery-title-description {
  text-align: center;
  font-size: 1.5rem;
  margin: 30px 0 80px 0;
}
