.pagination{
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: center;
  padding:24px 0.375rem 24px 0.375rem;
}
.page-item{
  padding:0 4px;
}
.page-link{
  position: relative;
  display: block;
  text-decoration: none;
  padding: 4px 10px;
  background-color: #bb9d7e;
  border-radius: 4px;
  color: #fff;
}
.page-link:hover{
  background: #a6815b;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link{
  background-color: unset;
  color: #a6815b;
  font-weight: bold;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link{
}
.active .page-link{
  background-color: unset;
  color: #a6815b;
  font-weight: bold;
}