.bullet-point-grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(min(var(--min-card-width,320px),100%),1fr))}.bullet-point-grid-card{background:#fff;border:1px solid #dbe4ed;border-radius:16px;display:flex;flex-direction:row;font-size:16px;gap:13px;line-height:1.7;padding:24px}.bullet-point-grid-card p{font-size:16px}.bullet-point-grid-card .bullet{height:24px;width:24px}.bullet-point-grid.card-orientation-vertical .bullet-point-grid-card{flex-direction:column}