h2 {
  font-size: 2.75rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.3em;
  text-transform: uppercase;
  margin-bottom: 30px;
}

p {
  font-size: 1.0625rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  word-wrap: break-word;
}

.text-white {
  color: #ffffff !important;
}

.label {
  display: inline-block;
  padding: .3rem;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
  color: #ffffff;
}

.label--black {
  background: #000000;
}

