.header-text p:nth-child(2) {
  width: 500px;
}
.service-items > div {
  width: 19%;
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service-items > div img {
  margin-bottom: 30px;
}
.service-items > div p span {
  text-align: center;
}
.service-items > div {
  margin-top: 0;
}
.service-items {
  margin-top: 105px;
}
.service {
  padding-bottom: 217px !important;
}
@media screen and (max-width: 428px) {
  .service-items {
  }
  .content .sub-title {
    margin-bottom: 30px;
  }
  .service {
    padding-bottom: 40px !important;
  }
  .service-items {
    margin-top: 0;
    white-space: initial;
    display: flex;

    justify-content: space-between;
  }
  .service-items > div {
    /* margin: 0; */
    margin-top: 15px;
    display: flex;
    text-align: left;
    flex-direction: initial;
    justify-content: flex-start;
    width: 49%;
    height: 69px;
  }
  .service-items > div img {
    /* margin: 0; */
    margin-right: 5px;
    margin-bottom: 0;

    width: 35px;
    height: 35px;
  }
  .service-items > div p span:first-child {
    font-size: 14px;
    text-align: left;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #222222;
  }
  /* .service-items > div p span:last-child {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
  } */
}
