.banner-title {
    text-align: center;
    padding: 2rem 1rem;
    font-size: 2rem;
    font-weight: bold;
    color: #1A5DAC;
    background: linear-gradient(to bottom, #f8f8f8 0%, #eaeaea 100%);
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    border-radius: 0.5rem;
    margin-bottom: 2rem;
  }
  
  @media (max-width: 768px) {
    .banner-title {
      font-size: 1.25rem;
      padding: 1rem 0.5rem;
    }
  }
  