/* MAPS */

.maps-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 60px;
  padding-bottom: 40px;
}

.map-container {
  width: 340px;
  height: 300px;
  padding: 6px;
  margin: 10px;
  text-align: center;
}

.map-display {
  border-radius: 10%;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.map-description-body {
  display: flex;
  flex-direction: column;
  padding-top: 2px;
  padding-bottom: 14px;
}

/* END OF MAPS */

@media only screen and (max-width: 600px) {
  .maps-container {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
