@media (max-width: 767.98px) {
  .pagination .page-item:not(:first-child, :last-child) {
    display: inline-block !important;
  }
  .pagination .page-item .page-link{
    height: 1.75rem;
    min-width: 25px;
  }
  .pagination{
  	margin-left: 0.5rem;
    padding-right: 1rem;
  }
}