.pp-it {
  display: flex;
  justify-content: space-between;
  padding-right: 34px;
}

.pp-it div {
  width: 479px;
  background: #FFFFFF;
  box-shadow: 10px 10px 34px 1px #EAF2FF;
  padding: 34px 47px;
  box-sizing: border-box;
  text-align: center;
}

.pp-it div h2 {

  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
}

.pp-it div img {
  margin-top: 34px;
  margin-bottom: 40px;
}

.pp-it div p {
  max-width: 385px;
  font-size: 16px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #333333;
  line-height: 22px;
}

.pp-item2 {
  display: grid;
  grid-template-columns: repeat(3, 270px);
  justify-content: space-between;
  grid-row-gap: 120px;
  padding-right: 20px;
}

.pp-item2 li {
  text-align: left;
}

.pp-item2 h2 {
  margin: 30px 0;
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 40px;
  height: 60px;
}

.pp-item2 p {
  max-width: 265px;

  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
}

@media screen and (max-width:768px) {
  .pp-it {
    flex-direction: column;
  }



  .pp-it div {
    width: 100%;
  }

  .pp-item2 {
    padding: 0 20px;
    box-sizing: border-box;
    grid-template-columns: repeat(1, 100%);
    justify-content: space-between;
  }


}
.bannera {
	width: 100%;
	/* height: 60%; */
	background-image: url(../images/digitization/banner.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
}

.pppp {
	/* width: 420px;
	 height: 42px; */
	font-size: 35px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 42px;
	margin-left: 50px;
	margin-top: -30px;
}

.span {
	width: 638px;
	height: 174px;
	font-size: 20px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 25px;
	margin-left: 50px;
	position: relative;
	top: 30px;
}

@media screen and (max-width: 768px) {
	.imagText {
		padding-top: 10px !important;
	}

	.bannera {
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}

	.pppp {
		width: 400px;
		font-size: 20px;
		color: white;
		font-weight: 400;
		position: relative;
		top: 30px;
		left: -50px;
	}

	.span {
		font-size: 13px;
		margin: 0 auto;
		position: relative;
		top: 20px;
		
	}

	.spana {
		position: relative;
		top: 12px;
	}

	.spanb {
		margin-left: 0 !important;
		top: 25px;
		left: 0px;
	}

	.c-h {
		position: relative;
		top: -95px;
		left: -50px;
	}
	.c-items{
		position: relative;
		/* top: -100px; */
	}
}

.c-h {
	width: 72px;
	height: 6px;
	background: #F7921A;
	/* text-align: left; */
	margin-left: 50px;
	margin-top: 55px;
}
.c-items{
  max-width: 1100px;
}

.c-f{
  grid-gap: 15px 10px;
}
.a-left{
  margin-right: 140px;
}