.map-section {
  padding: 85px 0 95px;
  background: var(--paper);
}
.map-section .section-head { margin-bottom: 28px; }
.map-section .section-head p { margin: 0; color: var(--muted); }
.map-frame {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #dfe8e2;
  box-shadow: var(--shadow);
}
.map-frame iframe { display: block; width: 100%; min-height: 500px; }
@media (max-width: 850px) {
  .map-section { padding: 65px 0 75px; }
  .map-frame iframe { min-height: 400px; }
}
