.map-container {
  margin-top: 6.4rem;
  background-color: #e6f7fb;
  border: 1px solid #b3dae2;
  border-radius: 2rem;
}

.map-container footer {
  padding: 2rem 0;
  text-align: center;
}

.map-container footer a {
  color: #0089a5;
  text-decoration: none;
  font-weight: 700;
}

.mapid-container {
  width: 100%;
  height: 28rem;
}

.map-container .leaflet-container {
  border-bottom: 1px solid #dde3f0;
  border-radius: 2rem;
}
