ul {
  list-style-type: none;
  padding: 0 20px;
}

img {
  width: 360px;
  height: 300px;
}

.gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 48px;
  column-gap: 24px;
}
