#body
{
  header
  {
    padding-top:80px;
    padding-bottom:80px;
    border-bottom:1px solid $text-color;
    margin-bottom:80px;
    h1
    {
      color: $text-color;
      font-size: 36px;
      line-height: 52px; /* 144.444% */
      letter-spacing: 0.72px;
      margin-bottom:24px;
    }
    p
    {
      max-width:720px;
    }
  }
  section
  {
    article
    {
      padding-bottom:40px;
      margin-bottom:40px;
      border-bottom:1px solid $text-color;
      h2
      {
        margin-bottom:24px;
        display: flex;
        justify-content:space-between;
        a
        {
          color:$text-color;
          font-size: 24px;
          font-weight: 700;
          line-height: 35px; /* 145.833% */
          letter-spacing: 0.48px;
        }
      }
      p
      {
        margin-bottom:24px;
      }
      .more
      {
        display: flex;
        justify-content:flex-end;
        a
        {
          color:$text-color;
          padding:8px 36px;
          border-radius: 100px;
          border:1px solid $text-color;
        }
      }
    }
  }
}