.title {
  width: 53rem;
  text-align: center;
  font-family: Source Han Sans SC;
  font-size: 3.2rem;
  font-weight: 900;
  border-bottom: 1px solid #00EB5E;
  padding-bottom: 2rem;
  margin: 5rem auto;
}

.content {
  font-family: Source Han Sans SC;
  font-size: 2rem;
  font-weight: 500;
  line-height: 4rem;
  width: 50%;
  margin: 0 auto 8rem;
}

.banner img {
  width: 100%;
}

@media (max-width: 1023px) {
  .content {
    width: 90%;
  }
}/*# sourceMappingURL=index.css.map */