.about {
  font-size: 18px;
  text-align: center;
}
.about .church-name {
  color: #79bc26;
  font-weight: 600;
  letter-spacing: 2px;
}
.about .signature {
  color: #aaa;
  border-top: 1px solid #ccc;
  padding-top: 25px;
  margin-top: 15px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}
@media (max-width: 680px) {
  .about .signature {
    width: 100%;
  }
}
.about .signature .signature-en {
  font-weight: 300;
}
.about .title {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 680px) {
  .about .title {
    font-size: 1.4rem;
  }
}

.church-main-img {
  text-align: center;
  margin-bottom: 60px;
}
.church-main-img img {
  width: 80%;
  max-width: 100%;
}