li,
ul,
h1 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.technology {
  width: 100%;
  height: 761px;
  background-color: #efefef;
  color: #000000;
  text-align: center;
}

.technology h1 {
  height: 74px;
  line-height: 74px;
  padding: 145px 0 80px;
  box-sizing: content-box;
}

.technology>.max-w>ul {
  display: flex;
  justify-content: space-around;
}

.technology>.max-w>ul h4 {
  height: 31px;
  line-height: 31px;
  margin: 37px auto 6px;
}

.technology>.max-w>ul p {
  height: 22px;
  line-height: 22px;
}

.info {
  width: 100%;
  height: 430px;
  background-color: #fff;
}

.info h1 {
  height: 56px;
  line-height: 56px;
  padding: 98px 0 21px;
  box-sizing: content-box;
}

.p-text {
  line-height: 22px;
}