.one_col .custom-gh-list.buddypress-wrap .grid.bp-list > li {
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

@media only screen and (min-width: 768px) {
  .two_col .custom-gh-list.buddypress-wrap .grid.bp-list > li {
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }

  .three_col .custom-gh-list.buddypress-wrap .grid.bp-list > li {
    max-width: 33% !important;
    flex: 0 0 33% !important;
  }
}

.no_pagination .custom-gh-list--pagination {
  display: none !important;
}
