.page {
  margin: 0 auto 1rem;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page .active {
  background-color: #F5DEE0;
  color: #cf181a !important;
}
.page li {
  float: left;
	width: 2rem;
	height: 2rem;
  margin: 0 1rem;
  line-height: 2rem;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
.page li:hover {
  background-color: #F5DEE0;
}
.page li:hover a{
  color: #cf181a !important;
}
.page li:first-child , .page li:last-child  {
  /* color: #c9c9c9; */
  font-size: 1.5rem;
}
.page li:first-child:hover,.page li:last-child:hover   {
  background: none;
}
.page li:last-child   {
  margin-left: 2rem;
}
@media screen and (max-width: 1280px) {
  .page {
    width: 50%;
  }

}
