.pc-top {
  height: 80px;
  border-bottom: solid 1px #ccc;
}
.contact-banner .contact-bg {
  padding-top: 20%;
  background-image: url(../images/contactus.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.contact-banner .contact-bg .title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: Rajdhani-bold;
  font-size: 60px;
}
@media (max-width: 1000px) {
  .contact-banner {
    display: none;
  }
  .pc-top {
    display: none;
  }
}
.contact-desc {
  min-height: 600px;
}
.contact-desc .title {
  border-bottom: solid 1px #ccc;
  font-family: Rajdhani-bold;
  font-size: 50px;
  text-align: center;
  line-height: 160px;
}
.contact-desc .desc {
  line-height: 1.7;
  padding: 25px 0;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .contact-desc {
    padding: 0 25px;
  }
}
@media (max-width: 1000px) {
  .contact-desc {
    padding: 0 25px;
  }
  .contact-desc .title {
    font-size: 35px;
    line-height: 100px;
  }
}
