* {
  margin: 0;
  padding: 0;
}

.page {
  position: relative;
  width: 100vw;
  overflow: hidden;
  color: rgba(78, 75, 75, 1);
  font-family: PingFang-SC-Medium;
  font-size: 3.73vw;
}

.image_1 {
  width: 100vw;
  height: 216.54vw;
  position: absolute;
  z-index: -1;
}

.group_1 {
  left: 0;
  top: 0;
  width: 100vw;
}

.group_4 {
  width: 87.47vw;
  margin: 13.06vw 0 10.46vw 6.4vw;
}

.text-wrapper_1 {
  width: 87.47vw;
  overflow-wrap: break-word;
  line-height: 5.87vw;
  text-align: left;
}

.text {
  width: 87.47vw;
  overflow-wrap: break-word;
  color: rgba(78, 75, 75, 1);
  font-size: 4.26vw;
  font-family: PingFang-SC-Bold;

  text-align: left;
  line-height: 5.87vw;
  margin: 4vw 0;
}

.paragraph {
  width: 87.47vw;
  overflow-wrap: break-word;
  font-size: 3.73vw;
  text-align: left;
  line-height: 5.87vw;
  margin: 4vw 0;
}

.image_3 {
  width: 87.47vw;
  height: 0.27vw;
  margin: 11.2vw 0 0 -87.46vw;
}

.paragraph > p {
  text-indent: 3.73vw;
}
.div > p {
  text-indent: 3.73vw;
}
.yellow {
  color: yellow;
}
.red {
  color: red;
}

.purple {
  color: purple;
}

.pink {
  color: pink;
}
.blue {
  color: blue;
}
.orange {
  color: orange;
}
.text-center {
  text-align: center;
}
