.thepage .p-head {
  background-image: url(../img/logistics-handling/hero-2@2x.jpg);
}

.sec-ptop .tt {
  font-size: 28px;
  margin-bottom: 46px;
}
.sec-ptop p,
.sec-cont p {
  line-height: 32px;
  margin-bottom: 0;
}

.sec-cont {
  padding-top: 100px;
}

.s1 .lh-item {
  margin-bottom: 45px;
}
.lh-item .n {
  display: inline-block;
  border-radius: 5px;
  background: #009DE8;
  color:#fff;
  font-weight: bold;
  font-size: 20px;
  padding:4px 10px;
  margin-bottom: 12px;
}
.lh-item .st {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
}


.row-img {
  margin-top: 0;
}
.sec-cont .p2 {
  line-height: 32px;
  margin-bottom: 40px;
}
.sec-cont .p2 .n {
  display: block;
  font-weight: bold;
  color:#009DE8;
  font-size: 18px;
  margin-bottom: 6px;
}
.comp-rec {
  background: #F8F8F8;
  padding:40px;
  text-align: center;
}
.comp-rec .tt {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 38px;
  color:#2E396F;
}
.comp-rec .row-cc {
  margin:0 -10px;
}
.comp-rec .row-cc>div {
  padding:0 10px;
  margin-bottom: 20px;
}
.comp-rec .r-cc {
  display: flex;
  justify-content: center;
  align-items: center;
  padding:18px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin:auto;
  background: #2E396F;
  color:#fff;
  font-size: 15px;
  line-height: 24px;
}
.comp-rec .b-desc {
  padding-top: 15px;
  font-size: 18px;
  line-height: 20px;
}
.sec-cont.s3 .crr-desc {
  margin-bottom: 40px;
}

.s3 .crr-feature {
  margin-bottom: 45px;
}
.s3 .b {
  font-weight: bold;
  margin-bottom: 25px;
}
.crr-feature p,
.sec-cont.s3 .p2 {
  margin-bottom: 20px;
}
.crr-adv .comp-rec {
  margin-top: 45px;
}

@media (max-width: 1199px) {
  .thepage .p-head {
    background-position: 8% center;
  }
}

@media (max-width: 992px) {
  .thepage .p-head {
    background-position: 1% center;
  }

  .comp-rec {
    padding:15px;
  }
  .comp-rec .tt {
    margin-bottom: 24px;
  }
  .comp-rec .r-cc {
    width: 150px;
    height: 150px;
    padding:12px;
  }
  .comp-rec .b-desc {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .thepage .p-head {
    background-position: center;
    background-image: url(../img/sp/logistics-handling/hero@2x.jpg);
  }
  .sec-ptop .tt {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .s1 .row-desc>div:last-child {
    padding-left: 12px;
  }
  .row-img {
    text-align: center;
  }
  .row-img figure {
    margin:auto;
  }
  .row-img>div:first-child {
    margin-bottom: 30px;
  }
  .comp-rec .b-desc {
    font-size: 16px;
    line-height: 28px;
  }
}