.pagination {
  text-align: center;

  a,
  span {
    padding: 5px;
    @include responsive-font(14px, 18px, 1300);
  }

  a {
    text-decoration: none !important;

    &:hover {
      color: darken($blue, 20%);
    }

  }

}