.hidden{
	display: none !important;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px;
}

.pagination a {
  width: 25px;
  height: 25px;
  border-radius: 4px;
  border: 1px solid #bcbec0;
  color: #808285;
  font-family: "db_heaventregular";
  font-size: 20px;
  text-align: center;
  line-height: 25px;
  margin-left: 5px;
  cursor: pointer;
}

.pagination .active {
  color: white;
  background: #8cc63e;
  border-color: #8cc63e;
}

.pagination img{
  height: 10px;
}

.pagination .prev,
.pagination .next {
  display: flex;
  align-items: center;
  justify-content: center;
}
