@media screen and (max-width: 767px) {
  .pagination-single {
    gap: 10px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #000000;
  }
  .pagination-single .post {
    padding: 20px 24px !important;
    width: calc((100% - 10px) / 2);
  }
  .pagination-single .post .pagination-mobile {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
  }
  .pagination-single .post.previous-post .pagination-mobile {
    text-align: right;
  }
}
