
body {
  color: #555;
}
.post h2 {
    color: #222 !important;
    counter-increment: h2 !important;
    counter-reset: h3;
    font-size: 22px;
    margin-bottom: 1em;
    margin-top: 2em;
}
.post h2::before {
        background-color: #3570e6;
    border-radius: 10%;
    color: #fff;
    content: counter(h2) "" !important;
    counter-reset: h3;
    display: inline-block!important;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    width: 1.6em;
}
.post h3 {
    color: #333 !important;
    counter-increment: h3 !important;
    counter-reset: h4;
    font-size: 20px;
    margin-bottom: 1em;
    margin-top: 1.5em;
}
.post h3::before {
    content: counter(h2) "." counter(h3) "" !important;
    display: inline-block!important;
    margin-right: 10px;
}
.entry-content {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
p {
margin: 14px 0 !important;
}
