@media screen and (max-width: 749px) {
  [class*="ai-pill-grid__buttons-"] {
    gap: 0.55rem 0.55rem !important;
  }

  [class*="ai-pill-grid__pill-"] {
    min-width: 0 !important;
    min-height: 3.6rem !important;
    padding: 0.7rem 0.9rem !important;
    font-size: 1.12rem !important;
    line-height: 1.12 !important;
    border-width: 0.16rem !important;
  }
}