.row.content {
  width: 50%;
  margin: 0 auto;
}

.row.content p {
  font-size: 14px;
  color: #898989;
}
.row.content a {
  color: #D46A6A;
}

.row.content .page-link:not(:last-child) {
  margin-bottom: 30px;
  border-bottom: 1px dashed lightgray;
  padding-bottom: 35px
}