.Cerebrum {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 16px 0 60px;
  font-weight: 400;
  font-size: 18px;
  color: #303030;
  line-height: 36px;
  text-align: justify;
}
.Cerebrum .CerebrumContent {
  width: 1086px;
  background: #FFFFFF;
  backdrop-filter: blur(5px);
  padding: 50px 157px 90px;
}
.Cerebrum .CerebrumContent .CerebrumTitle {
  font-family: AlimamaShuHeiTi;
  font-style: normal;
  text-align: center;
  margin-bottom: 40px;
}
.Cerebrum .CerebrumContent .CerebrumTitle div:first-child {
  font-size: 30px;
  letter-spacing: 1px;
}
.Cerebrum .CerebrumContent .CerebrumTitle div:last-child {
  margin-top: -35px;
  font-weight: bold;
  font-size: 28px;
  color: rgba(9, 146, 90, 0.1);
  line-height: 62px;
  letter-spacing: 1px;
}
.Cerebrum .CerebrumContent .backgroundTitle {
  width: fit-content;
  height: 36px;
  font-family: AlimamaShuHeiTi;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  line-height: 42px;
  letter-spacing: 1px;
  text-align: left;
  font-style: normal;
  position: relative;
  margin-bottom: 44px;
}
.Cerebrum .CerebrumContent .backgroundTitle:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: #09925A;
  opacity: 0.19;
}
.Cerebrum .CerebrumContent .greenTitle {
  font-family: AlimamaShuHeiTi;
  font-size: 24px;
  color: #09925A;
  line-height: 34px;
  margin: 40px 0;
}
.Cerebrum .CerebrumContent .CerebrumStance_0 {
  width: 100%;
  text-align: center;
  margin: 50px 0 60px;
}
.Cerebrum .CerebrumContent .CerebrumStance_0 img {
  width: 765px;
  height: 601px;
}
.Cerebrum .CerebrumContent .CerebrumStance_1 {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.Cerebrum .CerebrumContent .CerebrumStance_1 img {
  width: 720px;
  height: 800px;
}
