.pagination {
  width: 100%;
}
.nav-links {
  width: auto;
  height: 50px;
  margin: 106px auto 0;
  text-align: center;
  margin-bottom: 45px;
  display: flex;
  justify-content: center;
  font-size: 16px;
}
.page-numbers {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #1B224C;
  color: #1B224C;
  background-color: #fff;
  padding-top: 15px;
  font-weight: bold;
}
.current {
  border: none;
  color: #fff;
  background-color: #1B224C;
}
.dots {
  border: none;
}
.page-numbers + .page-numbers {
  margin-left: 15px;
}