.static-map-shell {
  position: relative;
  overflow: hidden;
  border-color: #343434;
  background: #111;
}

.static-map-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 70px rgba(0, 0, 0, .22);
}

.static-delivery-map {
  display: block;
  width: 100%;
  height: auto;
}

.static-map-shell .map-fact {
  z-index: 2;
}

@media (max-width: 700px) {
  .static-map-shell .map-fact {
    left: 14px;
    bottom: 28px;
    padding: 12px 16px;
  }

  .static-map-shell .map-fact b {
    font-size: 32px;
  }
}
