.articleBody .articleBody_content {
  margin-bottom: 20px;
  @media screen and (min-width: 1200px) {
    margin-bottom: 40px;
  }
  * {
    line-height: 1.5;
  }
  *:first-child {
    margin-top: 0;
  }
  h1, h2, h3, h4, h5 {
    margin-top: 40px;
    font-weight: bold;
  }
  h1, h2, h3, h4 {
    margin-bottom: 16px;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    margin-bottom: 8px;
    font-size: 12px;
  }
  p {
    margin-top: 8px;
    margin-bottom: 16px;
  }
  blockquote {
    border-left: 2px solid #ccccd9;
    padding: 16px 0 16px 24px;
    margin: 40px 0;
    p {
      margin-bottom: 0;
    }
  }
  a {
    text-decoration: underline;
    color: #0068b6;
  }
  figure {
    margin-block: 40px;
  }
  img {
    width: auto;
    max-height: 300px;
    margin: 0;
    @media screen and (min-width: 1200px) {
      max-height: 500px;
    }
  }
  hr {
    border-top: 1px solid #cccccc;
  }
  code {
    background: #21213b;
    color: #fff;
    padding: 4px 8px;
    margin: 0 4px;
    border-radius: 2px;
  }
  pre {
    background: #21213b;
    color: #fff;
    padding: 16px 24px;
    overflow: visible;
    border-radius: 4px;
  }
  th p, td p {
    margin-bottom: 0;
  }
  ul {
    list-style-type: disc;
    list-style-position: inside;
  }
  ol {
    list-style-type: auto;
    list-style-position: inside;
  }
  li:last-child {
    margin-bottom: 16px;
  }
  li p {
    margin-bottom: 0;
    margin-left: 1.2em;
  }
}
