.weilan-contact-map {
  padding-top: 5.625rem;
  padding-bottom: 9.25rem;
  position: relative;
  text-align: center;
}

.weilan-contact-map-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.weilan-contact-map-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.weilan-contact-map-title {
  margin-bottom: 1.3125rem;
}

.weilan-contact-map-address {
  display: inline-flex;
  gap: 0.5rem;
  margin-bottom: 3.3125rem;
  max-width: 55%;
}

.weilan-contact-map-address svg {
  width: 1.5625rem;
  aspect-ratio: 24 / 29;
  flex-shrink: 0;
}

.weilan-contact-map-address span {
  color: #666;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.weilan-contact-map-box {
  width: 100%;
  aspect-ratio: 16 / 7;
  border-radius: 20px;
  background: #fff;
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.50));
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .weilan-contact-map {
    text-align: left;
  }

  .weilan-contact-map-address {
    max-width: none;
  }

  .weilan-contact-map-address svg {
    width: 1.25rem;
  }

  .weilan-contact-map-box {
    border-radius: 12px
  }
}

@media screen and (max-width: 768px) {
  .weilan-contact-map {
    padding: 3rem 0;
  }

  .weilan-contact-map-box {
    border-radius: 8px
  }

  .weilan-contact-map-address {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 576px) {
  .weilan-contact-map-title {
    font-size: 1.25rem
  }

  .weilan-contact-map-address {
    font-size: 1rem;
  }
}