/* headline style */
.headline {
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
  padding: 8px 10px;
  font-size: 1.5em;
  font-size: 1.5rem;
}

.headline--primary {
  background: #cc0000;
  color: #fff;
}