.gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	list-style: none;
}

.gallery-image {
	width: 360px;
	height: 200px;
}
