.map-wrap {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.btn-navigasi {
  display: inline-block;
  margin-top: 12px;
  padding: 12px 20px;
  background: #1a73e8;
  color: white;
  text-decoration: none;
  border-radius: 8px;
}
