.box-section h1 {
  color: #271813;
  font-size: 36px;
  font-family: 'Ubuntu Condensed', sans-serif;
  margin: 0 0 20px;
  letter-spacing: -1px;
}
.box-section h2 {
  font-size: 22px;
  font-family: 'Ubuntu Condensed', sans-serif;
  color: #271813;
  margin: 0 0 10px;
  padding-top: 5px;
  letter-spacing: -1px;
}
.banner h1 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -25px;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  font-family: 'Ubuntu Condensed', sans-serif;
}