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

/* Larger exporter logos on homepage */
.jaw-exporter-card__logo-wrap {
  width: 160px !important;
  height: 160px !important;
}