.page {
  background-color: rgb(255, 255, 255);
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}

.section {
  background-image: url('../../images/049c67c276415af3a7f414de83ee66cc.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 6rem 0.66rem;
  min-height: 15rem;
}

.text {
  color: rgb(255, 255, 255);
  font-size: 1.81rem;
  font-family: "HarmonyOS Sans","OPPO Sans", sans-serif;
  line-height: 2rem;
  margin-bottom: 0.63rem;
}

.font {
  color: rgb(255, 255, 255);
  font-size: 0.88rem;
  font-family: "OPPO Sans", "HarmonyOS Sans",sans-serif;
  line-height: 1.13rem;
  font-style: italic;
}

.content {
  padding: 2rem 0.88rem;
  max-width: 37.5rem;
}

.section-title {
  color: rgb(28, 28, 28);
  font-size: 1.25rem;
  font-family:  "HarmonyOS Sans","OPPO Sans",sans-serif;
  line-height: 1.5rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 0.88rem;
}

.section-title:first-of-type {
  margin-top: 0;
}

.paragraph {
  color: rgb(28, 28, 28);
  font-size: 0.88rem;
  font-family: "OPPO Sans", "HarmonyOS Sans",sans-serif;
  line-height: 1.38rem;
  margin-bottom: 1rem;
}

.list {
  color: rgb(28, 28, 28);
  font-size: 0.81rem;
  font-family: "OPPO Sans", "HarmonyOS Sans",sans-serif;
  line-height: 1.19rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
}

.list li {
  margin-bottom: 0.38rem;
}