#dBanner {
  width: 100%;
  height: 480px;
}

#dContactMain {
  width: 1200px;
  margin: 50px auto;
  position: relative;
}

#dContactMain .dCard {
  font-size: initial;
  line-height: initial;
  color: initial;
  padding: 30px 50px;
  box-sizing: border-box;

  width: 610px;
  height: 520px;
  margin-top: -550px;
  background-color: rgb(249, 249, 249);
  box-shadow: 1.902113px 0.618034px 19px rgba(7, 55, 99, 0.3);
  position: absolute;
  z-index: 99;
  border: none;
}
#dMap {
  width: 1200px;
  height: 444px;
  margin: 50px auto;
  margin-top: 480px;
  border: none;
  display: block;
}
