.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 150px 30px 70px; }

h1, p, li {
  font-family: 'Noto Sans CJK TC'; }

h1 {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 76px; }

.title {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #49ABD0;
  margin-top: 48px;
  margin-bottom: 10px; }

.subtitle {
  font-weight: 700;
  margin-top: 24px; }

ol {
  padding-left: 22px; }

p, li {
  font-weight: 400;
  font-size: 17px;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: #878787; }

.list {
  list-style: number; }

.mb {
  margin-bottom: 24px; }
