.journalists-html-sitemap {
  padding: 80px 0;
}
.journalists-html-sitemap .masonry-list ul {
  -moz-column-count: 4;
       column-count: 4;
  /* adjust as needed */
  -moz-column-gap: 10px;
       column-gap: 10px;
  /* adjust as needed */
  list-style: none;
  margin: 0;
  padding: 0;
}
.journalists-html-sitemap .masonry-item {
  margin-bottom: 25px;
}
.journalists-html-sitemap .masonry-list ul > li {
  display: inline-block;
  margin: 0 0 10px;
  width: 100%;
  /* prevent item from breaking between columns */
  page-break-inside: avoid;
  /* prevent item from breaking between pages */
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  /* standard property for preventing item from breaking between columns or pages */
  /* force each item to start a new column */
}
.journalists-html-sitemap .masonry-list ul li a:hover {
  text-decoration: none;
}
.journalists-html-sitemap h2 {
  margin-bottom: 25px;
}
.journalists-html-sitemap + .pagination-container {
  margin-bottom: 157px;
}
.journalists-html-sitemap + .pagination-container .pagination__inner ul li a {
  color: #a1a1a1;
}

@media (max-width: 767px) {
  .journalists-html-sitemap .masonry-list ul {
    -moz-column-count: 3 !important;
         column-count: 3 !important;
    /* adjust as needed */
  }
}
@media (max-width: 576px) {
  .journalists-html-sitemap .masonry-list ul {
    -moz-column-count: 2 !important;
         column-count: 2 !important;
    /* adjust as needed */
  }
}
