.contact-us-web .map-graphic-fix {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  padding-top: 120px;
}
.contact-us-web .map-graphic-fix .map-graphic-bx {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
}
.contact-us-web .map-graphic-fix .map-graphic-bx .map-img {
  width: 100%;
  height: auto;
  max-width: 900px;
}
.contact-us-web .contact-form-card {
  overflow: hidden;
}
.contact-us-web .contact-form-card .location-img-bx {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-us-web .contact-form-card .location-img-bx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}