.item-page [itemprop=articleBody] img {
    width: 100%;
    margin: 2rem 0;
}
.item-page [itemprop=articleBody] h2 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-left: 0rem;
    padding: 2rem 0;
}
.our-article-desc h2 {
    color: #ffffff;
    background: #6ABE61;
    padding: 3px 20px;
    display: inline;
    text-align: left;
    -webkit-box-decoration-break: clone;
    font-weight: 600;
    margin: 0;
    line-height: 1.5;
}
@media (max-width: 575.98px) {
.item-page .pull-left img, .item-page .pull-right img {
    max-width: 100%;
    padding-right: calc(var(--t4-gutter-x) * 1);
    padding-left: calc(var(--t4-gutter-x) * 1);
  }}