#trip-list {
  display: flex;
  grid-gap: 20px;
}

#trip-list .trip {
  background-color: #fff;
  border-radius: 4px;
  padding: 4px;
}

#trip-list .destination img {
  max-width: 220px;
  max-height: 220px;
}
