.hero {
  background-image: linear-gradient(rgba(30, 64, 175, 0.8), rgba(30, 64, 175, 0.8)), url('/assets/images/hero.jpg');
  background-size: cover;
  background-position: center;
}

.card-title {
  color: #1e40af; /* Montreal Blue */
}
