.nomad-contact-map {
  min-height: 420px;
  width: 100%;
  background: #eef3e9;
}

.nomad-contact-map .leaflet-popup-content {
  color: #1f2a1d;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

.nomad-contact-map .nomad-map-title {
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.nomad-contact-map .nomad-map-address {
  display: block;
  font-size: 17px;
  font-weight: 500;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .nomad-contact-map .leaflet-popup-content {
    font-size: 18px;
  }

  .nomad-contact-map .nomad-map-title {
    font-size: 21px;
  }

  .nomad-contact-map .nomad-map-address {
    font-size: 18px;
  }
}
