#top {
  background: #fdf5f3;
}
.prod-list {
  display: flex;
  flex-wrap:wrap;
}
.prod-list::after {
  content: '';
  height: 0;
  width: 0;
  clear: both;
  display: block;
}
.prod-list img {
  width: 50%;
  height: 50%;
  float: left;
}
.prod-list.top-cross img:nth-child(1) {
  width: 100%;
}