.subHeader {
  width: 100%;
  background-color: #f3d1bf;
}

.h1Section {
  
  padding-bottom: 33px;
  padding-top: 50px;
  
}

.bgWhite {
  background-color: #ffffff;
}

.h1Section h1 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 200;
}

.h1Section hr {
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #000000;
}