.thepage .p-head {
  background-image: url(../img/message/hero@2x.jpg);
  height: 520px;
}
.p-head .ht:after {
  content:none;
}
.p-head .ht:before {
  content:none;
}
.p-head .ht {
  background: rgba(207, 230, 252, 0.75);
  padding:30px 10px 30px 40px;
  color:#282828;
  box-shadow: none;
}
.p-head .ht:before {
  box-shadow: none;
}
.p-head .t {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 30px;
}
.p-head .st {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}

.sec-cont h1 {
  font-weight: normal;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 16px;
  margin-bottom: 74px;
}
.msg {
  max-width: 660px;
  margin:auto;
  line-height: 40px;
}

@media (max-width: 1199px) {
  .p-head .ht {
    padding:25px 10px 25px 30px;
  }
  .p-head .t {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 992px) {
  .thepage .p-head {
    height: 400px;
    background-position: 40% center;
  }
  .p-head .ht {
    padding:20px 25px;
  }
  .p-head .t {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .p-head .st {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .thepage .p-head {
    background-position: 66% center;
  }
  .p-head .ht {
    padding: 14px 18px;
    margin-left: -12px;
  }
  .p-head .t {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .p-head .st {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 4px;
  }
  .ht img {
    max-width: 120px;
  }

  .sec-cont h1 {
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 10px;
    margin-bottom: 40px;
  }

}