.mobile-only {
  display: none;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 750px) {
  .mobile-only {
    display: block !important;
  }

  .pc-only {
    display: none !important;
  }
}
.contact-wrap {
  background-image: url("../images/contact_us/banner.png");
  background-repeat: no-repeat;
  height: 1200px;
  background-size: 100%;
  background-position: top;
  color: #fff;
  text-align: center;
  padding-top: 150px;
}
.contact-wrap .title {
  font-size: 40px;
  line-height: 90px;
  margin-bottom: 56px;
}
.contact-wrap .title b {
  font-size: 70px;
  font-weight: bold;
}
.contact-wrap .content {
  width: 1050px;
  /* height: 685px; */
  background: rgba(255, 255, 255, 0.83);
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  backdrop-filter: blur(24px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.contact-wrap .form-title {
  font-weight: 600;
  font-size: 40px;
  color: #000000;
  line-height: 56px;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .contact-wrap {
    background-size: 200%;
    padding-top: 100px;
    height: auto;
  }
  .contact-wrap .title {
    font-size: 26px;
    line-height: 70px;
    text-align: left;
    padding: 0 20px;
  }
  .contact-wrap .title b {
    font-size: 50px;
  }
  .contact-wrap .content {
    width: 100%;
    height: auto;
    border-radius: 0;
    background: #fff;
    padding: 40px 20px 78px;
  }
  .contact-wrap .content .form-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 37px;
    text-align: left;
    width: 100%;
  }
}
