.banner-headline {
  color: #ed1b2e;
  font-size: 42px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 14px 0;
  line-height: 105%;
}
.banner-headline.partner-name {
  margin-bottom: 30px;
}
.banner-tagline {
  font-size: 20px;
  color: #087ec5;
  text-align: center;
}
@media (min-width: 768px) {
  .banner-headline {
    font-size: 52px;
  }
  .banner-tagline {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .banner-tagline + br {
    display: none;
  }
}
