.map-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 40px;
}
.map-wrapper * {
  box-sizing: border-box;
}
