.content-main {
  clear: both;
  margin: 0 auto;

  article {
    margin: 2rem 0;
  }

  p:first-child {
    font-size: 1.2rem;
    font-weight: 300;
  }

  p:last-child {
    clear: both;
    content: '';
    display: table-block;
    overflow: hidden;
  }
}

.blog {
  .content-main {
    article.sticky {
      padding: 1.5rem 0;
      margin: 0 !important;
      border-radius: 1rem;
    }
  }
}
