.service-map {
  max-width: 900px;
  margin: 50px auto;
  padding: 20px;
  background: #f1f7ff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.service-map h2 {
  font-size: 1.8em;
  margin-bottom: 10px;
  color: #005baa;
}

.service-map p {
  font-size: 1em;
  color: #333;
  margin-bottom: 25px;
  line-height: 1.6;
}

.map-container {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}

.service-map iframe {
  width: 100%;
  height: 450px;
  border: none;
}/*# sourceMappingURL=map.css.map */