ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    display: block;
    width: 100%;
    height: 100%;
}

.gallery {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, 1fr);
}

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

