.maps {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  margin-inline: auto;
  width: 100%; }
