body {
  margin: 0;
}
.pp-header {
  position: relative;
  background: url('//source.tutorabcglobal.com.hk/images/website/consultant/newhome/policy_banner.png');
  background-position: center top;
  height: 345px;
  background-size: cover;
}
.pp-header h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 42px;
    color: #ffffff;
    text-align: center;
    transform: translate(-50%, -50%);
    font-weight: bold;
}
.pp-header a img {
  position: absolute;
  left: 2%;
  top: 5%;
  width: 183px;
}
.pp-article {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 100px;
  line-height: 1.5;
  font-size: 16px;
  color: #3f3f3f;
}
.pp-article h2 {
  margin-top: 28px;
  margin-bottom: 12px;
  font-weight: bold;
}
.pp-article h3 {
  margin-top: 20px;
  margin-bottom: 9px;
  font-weight: bold;
}
.pp-article p {
  margin-bottom: 0;
  word-break: break-word;
}
.pp-article a {
  color: #e60312;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  word-break: break-word;
}
p.hr {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.appendix {
  margin: 250px auto 50px;
}
.center {
  text-align: center;
}
table {
  border-collapse: collapse;
}
td {
  padding: 8px;
  vertical-align: top;
}
.appendix-a td:nth-of-type(1) {
  text-align: right;
}
.appendix-a td:nth-of-type(3) p:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (max-width: 1080px) {
  .pp-header h1 {
    font-size: 28px;
  }
  .pp-article {
    width: 90%;
  }
  table {
    font-size: 12px;
  }
}
