.thepage .p-head {
  background-image: url(../img/quality/hero@2x.jpg);
}
.qua-cont {
  position: relative;
  max-width: 700px;
  margin:auto;
  text-align: center;
}
.qua-cont .inn {
  position: relative;
  padding:120px 0;
  z-index:5;
  background: #fff;
}
.qua-cont:before,
.qua-cont:after {
  z-index:1;
  content: "";
  position: absolute;
  max-width: 600px;
  height: 8px;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.20);
  filter: blur(15px);
}
.qua-cont:before {
  top: -5px;
}
.qua-cont:after {
  bottom: -5px;
}
.qua-cont h3 {
  font-weight: normal;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 16px;
  margin-right: -16px;
  margin-bottom: 70px;
}
.qua-cont .text {
  font-size: 20px;
  line-height: 52px;
}
.qua-cont .btm {
  margin-top: 100px;
}
.btm .comp {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 12px;
}
.btm .pres span {
  display: inline-block;
  font-size: 18px;
}
.btm .pres .n {
  font-size: 24px;
  line-height: 34px;
  margin-left: 18px;
}

@media (max-width: 1199px) {
}
@media (max-width: 992px) {
}
@media (max-width: 767px) {
  .thepage .p-head {
    background-position: 82% center;
  }
  .qua-cont .inn {
    padding:80px 0;
  }
  .qua-cont h3 {
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 10px;
    margin-right: -10px;
    margin-bottom: 40px;
  }
  .qua-cont .text {
    font-size: 18px;
    line-height: 48px;
  }
}
