@charset "UTF-8";
/* CSS Document */
.nearby-map {
  margin: 0;
  padding: 30px 0 20px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
}

.nearby-map img {
  width: 48%;
  max-height: 100%;
}
@media (max-width: 959px) and (max-width: 519px) {
  .nearby-map {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.nearby-map img {
  margin-bottom: 10px;
  width: 100%;
  max-height: 100%;
}
}