.Pagination-Section {
  display: flex;
  position: relative;
  justify-content: center;
  grid-gap: 40px;
  align-items: center;
}
.current-page,
.Pagination-Section-Text {
  color: #777474;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.94;
  letter-spacing: 0.54px;
}
.current-page {
  color: #ff8960;
}
.Pagination-Section-Arrow {
  width: 12px;
}
