article
{
  max-width:848px;
  padding:0 24px 100px 24px;
  margin-left: auto;
  margin-right:auto;
  >picture
  {
    width: 100%;
    display: block;
    margin-bottom:50px;
    border-radius: 20px;
    img
    {
      border-radius: 20px;
      display: block;
      width: 100%;      
    }
  }
  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: 24px; /* 24px */
    letter-spacing: 1.6px;
    color:$main-color;
    p,ul,ol
    {
      padding:24px 0;
    }
    h2,h3,h4,h5
    {
      padding:24px 0;
    }
  }
}