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