.thepage .p-head {
  background-image: url(../img/office-logistics/hero@2x.jpg);
}
.p-head h1 {
  letter-spacing: 5.5px;
  margin-right: -5.5px;
}
.sec-ptop {
  margin-bottom: 75px;
}
.sec-ptop .tt {
  font-size: 28px;
  line-height: 44px;
  margin-bottom: 30px;
}
.sec-cont h2 {
  margin-bottom: 30px;
}
.sec-ptop p {
  margin-bottom: 0;
}
.sec-cont .cont-inn {
  margin-bottom: 75px;
}
.sec-cont .cont-inn:after {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
}

@media (max-width: 992px) {
}

@media (max-width: 767px) {
  .sec-ptop .tt {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .sec-cont h2 {
    margin-bottom: 20px;
  }

  .row-img {
    text-align: center;
  }
  .row-img figure {
    margin:auto;
  }
  .row-img>div:first-child {
    margin-bottom: 30px;
  }
}