.travel-maps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

a.img {
  text-decoration: none;
  border-bottom: none;
  transition: none;
}

.travel-double-image {
  width: 500px;
  max-width: 100%;
  border: 1px solid black;
  height: auto;
}

@media (min-width: 900px) {
  .travel-maps {
    flex-wrap: nowrap;
  }
}

.travel-figure {
  text-align: center;
}

.travel-single-image {
  width: 500px;
  max-width: 100%;
  border: 1px solid black;
  height: auto;
}

.travel-figure figcaption {
  font-style: italic;
  padding: 4px;
  text-align: center;
}

.travel-section {
  margin-bottom: 15px;
}

.travel-heading {
  font-weight: 600;
  color: var(--color-antique-gold);
  margin: 0;
}

.travel-info {
  margin-top: 5px;
  padding-left: 20px;
}
