.ish1{
    font-size:20px;
     display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1px;
  list-style-type: none;
  padding: 0;
}

.page a,
.page button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  margin: 0 3px;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  background-color: #0437F2;
  border: 1px solid #2d2d2d;
  border-radius: 2px;
  cursor: pointer;
}

.page button:disabled {
  color: #999999;
  background-color: #1b1818;
  border-color: #262020;
  cursor: not-allowed;
  height: 40px;
}

.page a.prev,
.page a.next {
  color: #ffffff;
  background-color: #424242;
  border: 1px solid #2d2d2d;
  font-size: 16px;
  font-weight: bold;
  width: 50px;
}

.page a.prev:hover,
.page a.next:hover,
.page a:hover,
.page a:focus {
  background-color: #0f0f0f;
}

.page a svg,
.page button svg {
  vertical-align: middle;
}
