#article .s1 h1 {
  font-family: "haboro-contrast-normal", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 1.25em;
  letter-spacing: -.01em;
}

#article .s1 .content_wrapper {
  text-align: left;
  font-family: "kanit", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #002536;
  font-size: .9rem;
  line-height: normal;
  margin-top: 3rem;
}

#article .s1 .content_wrapper h3 {
  font-family: "haboro-contrast-normal", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2.1rem;
  color: #002536;
  line-height: 1.25em;
}

#article .s1 .content_wrapper h4 {
  font-family: "haboro-contrast-normal", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.25em;
  color: #AB4110;
  width: 90%;
  margin: auto;
}

#article .s1 .content_wrapper h6 {
  font-family: "kanit", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: .7rem;
  color: #002536;
  padding-top: .5rem;
  border-top: 1px solid rgba(51, 108, 128, 0.5);
}

#article .s1 .content_wrapper a {
  color: #AB4110;
}

#article .s1 .content_wrapper a:hover {
  text-decoration: underline;
}

#article .s1 .content_wrapper video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  max-width: 900px;
  margin: 0 auto 2rem;
}
