@charset "UTF-8";
#post .section-container .inner {
  max-width: 800px;
  margin: auto;
}

#post .section-container .inner {
  font-size: 1.125rem;
}

#post .inner h3 {
  padding: 0 0.125em 0.25em 0;
  font-size: 28px;
  font-weight: 700;
  position: relative;
  line-height: 1.4em;
  margin-bottom: 1em;
}
#post .inner h3:after {
  content: "";
  display: block;
  height: 4px;
  margin-top: 5px;
  background: -webkit-linear-gradient(to right, #24b234, transparent);
  background: linear-gradient(to right, #24b234, transparent);
}


#post .section-container .inner p {
  margin-bottom: 1.75em;
  line-height: 1.6em;
}
#post .section-container .inner p img {
  border-radius: 20px;
}

@media (min-width: 1024px) {
  #post .section-container .inner {
    padding-left: 0;
    padding-right: 0;
  }
}