* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
  color: #202020;
  line-height: 1.7;
}
.pt-sheet { max-width: 720px; margin: 0 auto; padding: 50px 24px 90px; }
.pt-titlebar {
  background: #f6faf7;
  border: 1px solid #dcece3;
  border-left: 5px solid #0b8457;
  border-radius: 6px;
  padding: 20px 24px;
  margin-bottom: 34px;
}
.pt-titlebar h1 { font-size: 26px; font-weight: 700; color: #111; }
.pt-titlebar small { color: #7a8a80; font-size: 13px; }
.pt-block { margin-bottom: 24px; }
.pt-block h2 {
  font-size: 18px;
  color: #0b8457;
  margin-bottom: 6px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e2ede7;
}
.pt-block p, .pt-block li { font-size: 15px; color: #3a3a3a; }
.pt-block ul { margin: 8px 0 0 22px; }
.pt-block a { color: #0b8457; }
.pt-home { display: inline-block; margin-top: 34px; color: #0b8457; text-decoration: none; font-size: 14px; }
.pt-home:hover { text-decoration: underline; }
