.hlx-list .hlx-list-line,
.hlx-list .hlx-list-item {
  margin-bottom: 30px;
}
.hlx-list .hlx-list-item:first-of-type {
  margin-top: 30px;
}
.hlx-list .hlx-list-item:last-of-type {
  margin-bottom: 0;
}

.page-list {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .page-list {
    padding-bottom: 0;
  }
}
.page-list .patch-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .page-list .patch-pagination {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
    background-color: transparent;
  }
}