.mb-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
  }
  .mb-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px;
    max-width: 280px;
    flex: 1 0 220px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
    text-align: center;
    background: white;
  }
  .mb-image {
    max-width: 100%;
    border-radius: 6px;
  }
  .mb-logo {
    width: 32px;
    margin-top: 10px;
  }
  