#contactForm {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  #contactForm {
    padding-bottom: 80px;
  }
}
#contactForm .helpdeskWrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fdfdfd;
  border: 3px solid #111;
  border-radius: 8px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #contactForm .helpdeskWrapper {
    margin-bottom: 35px;
  }
}
#contactForm .helpdeskWrapper:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 8px;
  left: 8px;
  z-index: 0;
  background-color: #111;
  z-index: -1;
  border-radius: 8px;
  border: 3px solid #111;
}
#contactForm .helpdeskWrapper .inner {
  padding: 30px 15px 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.75;
}
@media only screen and (min-width: 992px) {
  #contactForm .helpdeskWrapper .inner {
    padding: 40px 15px 50px;
  }
}
#contactForm .helpdeskWrapper .inner .title {
  font-size: 2.5rem;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 55px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  #contactForm .helpdeskWrapper .inner .title {
    font-size: 4rem;
  }
}
#contactForm .helpdeskWrapper .inner .title:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 0;
  background-color: #111;
}
#contactForm .helpdeskWrapper .inner .title:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  right: 0;
  z-index: 0;
  background-color: #111;
}
#contactForm .helpdeskWrapper .inner .infoWrapper {
  margin-top: 30px;
}
#contactForm .helpdeskWrapper .inner .infoWrapper .time {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  #contactForm .helpdeskWrapper .inner .infoWrapper .time {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
#contactForm .helpdeskWrapper .inner .infoWrapper .tel {
  font-size: 3.5rem;
  line-height: 1;
  font-weight: bold;
}
@media only screen and (min-width: 576px) {
  #contactForm .helpdeskWrapper .inner .infoWrapper .tel {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 992px) {
  #contactForm .helpdeskWrapper .inner .infoWrapper .tel {
    font-size: 6rem;
  }
}/*# sourceMappingURL=custom.css.map */