#page.new-post > #body.magazine-single article > .conts > h2 {
  font-size: 28px;
  line-height: 120%;
  color: #000;
  font-weight: 900;
  padding: 0 0 19px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 19px;
  border-left: none;
}
#page.new-post > #body.magazine-single article > .conts > h2::before {
  content: "";
  border-left: 5px solid #000;
  padding-left: 12px;
}
#page.new-post > #body h3 {
  font-size: 18px;
  border-bottom: none;
  background-color: #3a67bb;
  color: #fff;
  padding: 9px 31px;
  border-radius: 20px 20px 0 0;
  margin-bottom: 10px;
  margin-top: 30px;
}
#page.new-post > #body h3::before {
  content: none;
}
#page.new-post > #body h4 {
  color: #37499e;
  font-size: 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid #37499e;
  padding-top: 18px;
}
#page.new-post > #body h5 {
  margin-bottom: 5px;
  background-color: #ffb81f;
  font-size: 16px;
  padding: 5px 20px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
}
#page.new-post > #body ul {
  width: -moz-fit-content;
  width: fit-content;
}
#page.new-post > #body ul li {
  border: #ffb81f 1px solid;
  padding: 5px 20px;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 0;
  border-radius: 20px;
  list-style: none;
  color: #646464;
  padding-left: 32px;
}
#page.new-post figure {
  margin: 32px 0;
}
#page.new-post figure img {
  border-radius: 5px;
}
#page.new-post figcaption {
  font-size: 14px;
  margin-top: 5px;
  color: #646464;
}/*# sourceMappingURL=new-magazine.css.map */