    body {
      background-color: #f9fbfc;
      color: #273746;
    }
    .accent-color {
      color: #cfa14a;
    }
    .card-img-top {
      height: 200px;
      object-fit: cover;
    }
    .section-title {
      color: #0b3d91;
      font-weight: 700;
    }
    
  .hero-banner {
    background: url('images/about-banner.jpg') no-repeat center center/cover;
    min-height: 50vh;
    position: relative;
  }
  .hero-banner::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(11, 61, 145, 0.6);
  }
  .hero-banner .container {
    position: relative;
    z-index: 2;
  }
  .testimonial-text {
      font-style: italic;
    }
  .testimonial-name {
      font-weight: 600;
      color: #1e3a8a;
    }
  .testimonial-location {
      font-size: 0.9rem;
      color: #6c757d;
    }
    
        .policy-container {
      background: white;
      border-radius: 0.5rem;
      box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
      padding: 2rem;
      margin-top: 3rem;
      margin-bottom: 3rem;
    }