h1 span {
  display: inline-block;
  padding: 10px;
  color: white;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}
h1 span.blue {
  background: #006aa6;
}
h1 span.gray {
  background: #6d6e71;
}
h3 {
  display: block;
  padding: 10px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  background: #6d6e71;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
a.btn {
  border-radius: 0px;
  text-transform: uppercase;
}
a.btn.btn-primary {
  background: #006aa6 !important;
}
.product-container img {
  width: 100%;
  height: auto;
}
