.locationContainer {
  margin-top: 40px !important;
}

.locationTitle {
  font-size: 20px !important;
  font-weight: 500 !important;
}

.locationMapWrapper {
  width: 100% !important;
  margin-top: 20px !important;
}

.locationMap {
  position: relative !important;
  width: 100% !important;
  /* border-radius: 8px !important; */
  overflow: hidden !important;
}

@media screen and (min-width: 320px) and (max-width: 1400px) {
  .locationMapWrapper {
    max-width: 100% !important;
  }
}
