.contact-header {
  background-image: url("../images/phonegrass.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 250px;
  position: relative;
}

.contact-title {
  background: #333333;
  vertical-align: bottom;
  position: absolute;
  bottom: 0px;
  width: 100vw;
}

.contact-title h1 {
  margin: 0px;
  text-align: center;
  color: #fff;
  padding: 10px 0px;
}

.contact-section h3 {
  text-align: center;
  color: #95989A;
}
