.contact-container {
  width: 100%;
  min-height: 100vh;
  background: url("https://1313174138.vod-qcloud.com/59a52442vodcq1313174138/41e44dd13270835010486401017/q7paYOfmLSkA.jpg")
    no-repeat center center;
  background-size: cover;
  position: relative;
  padding-top: 130px;
}
.contact-container::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(255, 255, 255, 0.85);
}
.contact-content {
  position: relative;
  z-index: 10;
  margin: 0px auto;
  width: fit-content;
  text-align: center;
}
.sign {
  margin-bottom: 40px;
  position: relative;
}
.sign > img:last-of-type {
  position: absolute;
  top: 100px;
  right: -50px;
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: -170px;
  margin-left: -40px;
}
.name {
  font-weight: bold;
  margin-bottom: 30px;
}

.txt p {
  color: #666;
  line-height: 28px;
  font-size: 14px;
}
.ewm {
  margin-top: 20px;
}

.ewm-title p {
  line-height: 35px;
  font-size: 14px;
}

.ewm-content {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
  row-gap: 40px;
  margin-bottom: 20px;
}

.ewm-item img {
  width: 100px;
  height: 100px;
}
.ewm-item p {
  font-size: 13px;
  margin-top: 8px;
}

.contact-content > p:last-of-type {
  padding: 30px;
}

@media screen and (max-width: 750px) {
  .contact-container {
    padding-top: 80px;
  }
  .sign {
    width: 100%;
    padding: 0px 50px 70px 20px;
    margin: 0px;
  }
  .sign > img:last-child {
    width: 80px;
    right: 5px;
    top: 50px;
  }
}
