.contact-section {
  position: relative;
  overflow: hidden;
  background: #f4f4f4;
}
.contact-section .map-wrapper {
  z-index: 9;
  bottom: 0;
  right: 0;
  position: absolute;
  height: calc(100% - 80px);
  object-fit: cover;
}
.contact-section .container .row {
  height: 700px;
}
.contact-section .contact-wrapper {
  position: relative;
  z-index: 99;
  align-self: center;
}
.contact-section .contact-title {
  font-size: 48px;
  margin-bottom: 40px;
  color: #000; padding-top:40px;
}
.contact-section .contact-info {
  font-size: 18px;
  line-height: 42px;
  color: #000;
}
.contact-section .contact-info .iconfont {
  display: inline-block;
  width: 30px;
}

@media only screen and (max-width: 991.89px) {
  .contact-section .container .row {
    height: 800px;
  }
  .contact-section .contact-wrapper {
    align-self: flex-start;
  }
  .contact-section .map-wrapper {
    height: auto;
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 767px) {
.contact-section .contact-title{font-size: .4rem;font-weight: bold;margin-bottom: .4rem; padding-top: .3rem;}
.contact-section .contact-info{font-size: .26rem;line-height: .45rem;}
.contact-section .container .row {
    height:10rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .contact-section .container .row {
    height:10rem;
  }
  .contact-section .contact-wrapper {
    align-self: flex-start;
  }
  .contact-section .map-wrapper {
    height: auto;
    width: 110%;
  }
}

/*# sourceMappingURL=contact.css.map */
