.paragraph--type--media-gallery .field__items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1em;
}
