.archive .page-content,
.search .page-content {
  margin-top: 4rem;
}

.page-content {
  padding: 0;

  p {
    zoom: 1;

    &:before,
    &:after {
      content: '';
      display: table;
    }

    &:after {
      clear: both;
    }
  }
}
