.head {
  margin-bottom: 50px;
}
.head h3 {
  font-size: 24px;
  text-align: center;
  color: #222;
  position: relative;
}
.head h3 span {
  position: relative;
  z-index: 100;
  width: 190px;
  display: block;
  margin: 0 auto;
  background: #fff;
}
.head h3:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  background: #222;
  height: 1px;
  width: 100%;
  top: 50%;
}
.head .subtitle {
  font-size: 14px;
  color: #130501;
  text-align: center;
}
#contact {
  margin-top: 80px;
}
#contact .content {
  padding-bottom: 40px;
}
#contact .content .map {
  width: 600px;
  height: 250px;
  margin-bottom: 15px;
}

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