.header-text p:nth-child(2) {
  margin-bottom: 62px;
  width: 353px;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}

.service-items > div:first-child {
  background: url("../images/beautyindustry/f1-1.png") no-repeat;
  background-size: 100% 100%;
}

.service-items > div:nth-child(2) {
  background: url("../images/beautyindustry/f1-2.png") no-repeat;
  background-size: 100% 100%;
}

.service-items > div:nth-child(3) {
  background: url("../images/beautyindustry/f1-3.png") no-repeat;
  background-size: 100% 100%;
}

.service-items > div:nth-child(4) {
  background: url("../images/beautyindustry/f1-4.png") no-repeat;
  background-size: 100% 100%;
}

.service-items > div:nth-child(5) {
  background: url("../images/beautyindustry/f1-5.png") no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 428px) {
  .header-text p:nth-child(2) {
    margin-bottom: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
  }
  .service {
    padding-bottom: 40px !important;
  }
}
