.jaw-guides-grid {
  grid-template-columns: repeat(4, 1fr) !important;
}
.jaw-guides-grid > *:nth-child(n+5) {
  display: none !important;
}
.jaw-exporter-cards {
  grid-template-columns: repeat(4, 1fr) !important;
}
.jaw-exporter-cards > *:nth-child(n+5) {
  display: none !important;
}