@media screen and (min-width: 1261px) {
  .pagination-single {
    gap: 20px;
    padding-bottom: 60px;
    margin: 40px 0 60px;
    border-bottom: 1px solid #000000;
  }
  .pagination-single .post {
    gap: 12px;
    width: calc((100% - 20px) / 2);
  }
  .pagination-single .post .pagination-category__container {
    display: flex;
  }
  .pagination-single .post .pagination-title {
    display: block;
  }
  .pagination-single .post:hover {
    border-color: #000000;
  }
}
