.Hmtc_box {
  font-family: Abril Fatface, Arial, Helvetica, sans-serif !important;
  margin-top: 25px;
  box-sizing: border-box;
  padding: 30px 30px;
}
.Hmtc_box .Hmtc_title {
  color: #fff;
  font-family: Abril Fatface, Arial, Helvetica, sans-serif;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 40px;
}
.Hmtc_box .Hmtc_title b {
  padding-bottom: 10px;
  letter-spacing: 5px;
  font-size: 2.65rem;
}
.Hmtc_box .Hmtc_title span {
  padding-left: 100px;
}
.Hmtc_box .Hmtc_title .Hmtc_subtitle {
  letter-spacing: 8px;
  padding-top: 10px;
  font-weight: 600;
}
.Hmtc_box .email_box {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.Hmtc_box .email_box i {
  text-align: center;
}
.Hmtc_box .email_box span {
  width: 50%;
  line-height: 10px;
  border-bottom: 1px solid #889;
  position: absolute;
  z-index: -11;
}
.Hmtc_box .iframe_box iframe {
  width: 100%;
  height: 100%;
  min-height: 520px;
}

@media screen and (max-width: 1024px) {
  .Hmtc_box {
    padding: 10px 0px;
  }
  .Hmtc_box .Hmtc_title b {
    font-size: 1.9rem;
  }
  .Hmtc_box .Hmtc_title .Hmtc_subtitle {
    font-size: 1.68rem;
    margin-bottom: 15px;
  }
  .Hmtc_box .email_box span {
    width: 80%;
  }
}
