@media screen and (max-width: 767px) {
  .p-toli_history__itemMg {
    margin-bottom: 1rem;
  }
}

.p-toli_history__pageLink {
  transition: all 0.5s;
}
.p-toli_history__pageLink:hover {
  opacity: 0.5;
}
