@media screen and (min-width: 990px) {
    .blog-pagination-wrapper {
        margin-top: 20px;
    }
}
  
.blog-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}