.page3 section{
  width: 128rem;
  margin-top: 8rem;
}
.page3 section .page3-header{
  position: relative;
  padding-left: 16.2rem;
}
.page3 section .page3-header .title{
  font-size: 2.8rem;
  color: rgb(255, 255, 255);
  font-weight: 400;
  display: inline-block;
  padding: 2rem 2rem;
  background: rgb(0, 64, 152);
  text-align: center;
  line-height: 3.5rem;
  position: absolute;
  left: 0;
  top: 40%;
}
.page3 section .page3-content .item{
  background-color: rgba(231, 232, 233, 0.6);
  box-shadow: rgb(0 0 0 / 10%) 0.2rem 0.2rem 0.7rem;
  align-items: center;
  margin: 10rem 2rem 0 2rem;
  border-radius: 0.2rem;
  position: relative;
  padding: 25px 0 0 25px;
  flex-wrap: wrap;
  max-width: 854px;
  justify-content: space-around;
}
.page3 section .page3-content .clientImg{
  height: 8.8rem;
  border-radius: 0.4rem;
  transition: all 0.5s;
  margin-right: 24px;
  margin-bottom: 24px;
}
.page3 section .page3-content .clientImg:hover{
  transform: scale(1.2);
}
.page3 section .page3-content .vLine{
  width: 50%;
  height: 0.1rem;
  background-color: #333;
  margin:1.2rem 0;
}
.page3 section .page3-content .item-bg{
  height: 16.5rem;
  width: 100%;
}

.page3 section .page3-content .desc{
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 1.2rem;
  padding: 0.5rem;
  width: 100%;
  box-sizing: border-box;
  line-height: 2rem;
}

.page3 section.section2 .page3-header{
  position: relative;
  padding:0;
  padding-right: 16.2rem;
}
.page3 section.section2 .page3-header .title{
  right: 4.2rem;
  left: auto;
}

.page3 section:last-child{
  margin-bottom: 10rem;
}