article
{
  max-width:848px;
  padding:0 24px 100px 24px;
  margin-left: auto;
  margin-right:auto;
  h1
  {
    position: relative;
    text-align: center;
    color:$main-color;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 2.4px;
    margin-bottom:25px;
    &::after
    {
      content:' ';
      width: 21px;
      height:15px;
      background-color: #9CCCD3;
      border-radius: 100%;
      position: absolute;
      top:-14px;
      left:calc(50% - 10px);
    }
  }
  time
  {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 1.6px;
    color:#C4BCAC;
    margin-bottom: 50px;
    border-bottom: 1px dashed $main-color;
    padding-bottom:25px;
  }
  #content
  {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 1.6px;
    color:$main-color;
  }
}