#hp_custom_map {
  width: 100%;
  height: 400px;
}

@media only screen and (max-width: 700px) {
  #hp_custom_map {
    height: 250px;
  }
}

#hp_data {
  display: none;
}

.hp_custom_map-title {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  max-width: 590px;
  margin: 13px auto;
  color: #0A3257;
}

.hp_custom_map-link {
  margin-top: 40px;
  margin-bottom: 40px !important;
  text-align: center;
}
