.news-pagination {
    max-width: 400px;
    margin: 40px auto 0;
    font-size: 1.2rem;
    justify-content: center;
  }
  .news-pagination-block {
    width: calc(100% / 10);
    text-align: center;
    letter-spacing: 0em;
    cursor: pointer;
  }
  .news-pagination-block a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .news-pagination-block:hover {
    background: rgba(89, 72, 63, 0.4);
  }
  .news-pagination-block.is--active {
    background: #f3981d;
    color: #ffffff;
  }

  .style--column {
    display: flex;
    flex-wrap: wrap;
  }