.wp-block-wrd-figure-grid {
	display: grid;
	gap: 3rem 2rem;
	grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
}
