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

.cont-inn:first-child {
  margin-bottom: 70px;
}
.sec-cont h3 {
  font-size: 28px;
  line-height: 38px;
  font-weight: normal;
  padding-bottom: 6px;
  border-bottom: 2px solid #009DE8;
  margin-bottom: 40px;
}
.ul-files li {
  margin-bottom: 30px;
}
.ul-files li:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
}
@media (max-width: 767px) {
  .thepage .p-head {
    background-position: 72% center;
  }
  .sec-cont h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
    padding-bottom: 4px;
  }
}