h2 {
    font-size: 31px;
    padding-bottom: 20px;
}
.hero-image::after {
    width: 100%;
    top: 0px;
    height: 100%;
    content: "";
    background: rgba(0,0,0,.5);
    display: block;
    position: absolute;
    left: 0;
    z-index: 1;
}
.hero-text h1 {
    font-size: 60px;
    display: inline-block;
    padding: 28px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    position: relative;
}
.hero-text h1::after {
  content: "";
  border-top: 1px;
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 12;
  height: 1px;
  z-index231;
  display: block;
}
.hero-text h1::before {
  content: "";
  border-top: 1px;
  position: absolute;
  bottom: -5px;
  left: 0;
  
  ;
  width: 100%;
  background: #fff;
  z-index: 12;
  height: 1px;
  z-index231;
  display: block;
}
.hero-text p, .hero-text span {
  font-size: 2em;
  padding: 10px 0;
  display:block;
}
.hero-text p, .hero-text span {
  font-size: 2em;
  padding: 10px 0;
  display:block;
}



.about {
  background: #fafafa;
  padding: 70px 0;
}
.about h2 {
  text-align: center;
  text-transform: uppercase;
}
.about p {
  font-size: 20px;
  color: #333333;
  font-family: sans-serif;
  line-height: 40px;
  font-weight: 100;
  text-align: center;
  padding: 40px 0;
}
.record {
    background: #ffffff;
    display: block;
    position: relative;
    padding: 60px 0;
    border-bottom: 7px double #795548;
}
.record i {
  color: #795548;
  vertical-align: top;
  font-size: 50px;
  display: inline-block;
}
.record h2 {
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 70px;
}
.contact {
   background: #ffffff;
   display: block;
   position: relative;
   padding: 60px 0;
   font-size: 100%;
   border-top: 7px double #795548;
}
.contact .item{
  display: inline-block;
  width: 40%;
  margin: 0 40px 30px 40px;
  text-align: center;
  font-size: 100%;
}
.contact .item div {
  padding-top: 30px;
  font-family: Montserrat, sans-serif;
  color: #666;
  /* letter-spacing: 1px; */
  /* text-transform: uppercase; */
  font-size: 1.488em;
}
.contact .item i {
  color: #ee5f5b;
  font-size: 5em;
}
.hd-contact {
  text-align: center;
  padding-bottom: 50px;
}
.hd-contact h2, .hd-contact p{
  text-transform: uppercase;
}
.hd-contact p {
  font-size: 16px;
  font-family: sans-serif;
  line-height: 30px;
  color: #888;
  border-bottom: 1px solid;
  border-top: 1px solid;
  padding: 10px 20px;
  display: inline-block;
}