.statement {
  padding: 81px 0 125px 0;
}
.statement .wrap {
  width: 58.33333333vw;
  margin: auto;
  position: relative;
}
.statement .wrap .title {
  font-size: 36px;
  font-weight: 500;
  color: #222222;
  text-align: center;
  margin: 0 0 61px;
}
.statement .wrap .back {
  display: flex;
  align-items: center;
  position: absolute;
  right: -150px;
  top: 12px;
}
.statement .wrap .back p {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  margin: 0 12px 0 0;
}
.statement .wrap .back .iconfont {
  color: #666666;
  font-size: 18px;
}
.statement .wrap .content span {
  font-size: 24px;
  font-weight: 500;
  color: #222222;
  position: relative;
  padding: 0 0 0 19px;
  display: block;
}
.statement .wrap .content span:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 8px;
  background: #E72410;
  border-radius: 50%;
}
.statement .wrap .content p {
  font-size: 18px;
  font-weight: 400;
  color: #222222;
  line-height: 40px!important;

}
@media screen and (max-width: 1023px) {
  .statement .wrap{
    width: 90%;
  }
  .statement .wrap .title{
    font-size: 24px;
    margin: 0 0 28px;
  }
  .statement .wrap .content span{
    font-size: 16px;
    line-height: 20px;

  }
  .statement .wrap .content p {
    font-size: 13px;
    line-height: 30px;
  }
  .statement {
    padding: 36px 0 39px 0;
  }
}
/*# sourceMappingURL=statement.css.map */