.local-map-placeholder {
  box-sizing: border-box;
  width: 100%;
  min-height: 540px;
  border: 1px solid #d9dee7;
  background: #f4f6f8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #667085;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.branch-map .local-map-placeholder {
  height: 100%;
  min-height: 300px;
}

@media (max-width: 1024px) {
  .local-map-placeholder {
    min-height: 300px;
  }
}
