.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;margin-bottom:0}.bullet-point-grid-card b,.bullet-point-grid-card strong{font-weight:600}.bullet-point-grid-card .bullet{height:15px;width:21px}.bullet-point-grid.card-orientation-vertical .bullet-point-grid-card{flex-direction:column}