section.map:last-child > div {
  padding-bottom: 0 !important;
}
section.map .acf-map {
  width: 100%;
  height: 450px;
  background: #bfbfbf;
}
section.map.admin .acf-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}