.main .fullpage .func:nth-child(1) .content {
  width: 650px;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 332px;
  padding-top: 32px;
}

.main .fullpage .func:nth-child(1) .content h2 {
  font-size: 48px;
  font-weight: 500;
  color: #222222;
  line-height: 48px;
}

.main .fullpage .func:nth-child(1) .content p {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 400;
  color: #777777;
  line-height: 40px;
}


.main .fullpage .func:nth-child(2) .content {
  width: 656px;
  margin-left: -56px;
  position: absolute;
  left: 50%;
  top: 430px;
}

.main .fullpage .func:nth-child(2) .content h2 {
  margin-top: 32px;
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 500;
  color: #222222;
  line-height: 48px;
}

.main .fullpage .func:nth-child(2) .content p {
  font-size: 18px;
  font-weight: 400;
  color: #777777;
  line-height: 40px;
  position: relative;
  padding-left: 16px;
}

.main .fullpage .func:nth-child(2) .content p::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #777777;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 0;
}