 .page-navigation {
  align-items: center;
  display: flex;
  gap: 5px;
  padding: 15px 1073px 116px 112px;
  position: relative;
  width: 1440px;
  margin: 0 auto;
}

 .text-disabled {
  color: var(--borderdisabled);
  font-weight: 400;
  line-height: 18.8px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

 .text-active {
  color: var(--textprimarydark);
  font-weight: 500;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

@media screen and (max-width: 767px) {
 .page-navigation {
    display: none;
 }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
 .page-navigation {
    display: none;
 }
   }

