.template-article{
  .article{
    width: 100%;
    max-width: 840px;
    margin: auto;
    left: auto;
    float: none;
    
    .section-header__title{
      text-align: left;
    }

    h3{
      font-size: 1.3em;
      margin-bottom: 5px;
      margin-top: 20px;
      font-weight: 500;
    }

    h6{
      font-size: 0.8em;
      color: #666;
    }

    p+h6{
      margin-top: -5px;
    }

    h6+p{
      margin-top: 20px;
    }
  }
}