.title-card {
  background: linear-gradient(to bottom, rgba(20, 54, 81, 0.75) 0%, rgba(20, 54, 81, 0.94) 100%);
}
.title-card #brandText {
  font-size: 48px;
}
.title-card #brandSubtext {
  font-size: 20px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .title-card #brandText {
    font-size: 80px;
  }
  .title-card #brandSubtext {
    font-size: 30px;
  }
}/*# sourceMappingURL=title-card.css.map */