      .brand-banner {
      background-color: #f26f21; /* brand orange */
      color: white;
      padding: 2rem;
    }
    .donation-amounts button {
      margin: 0.3rem;
    }
    .secure-badge, .accreditation-badge {
      margin-bottom: 1rem;
    }
    .donation-section {
      background-color: #fff;
    }
 
 
 .discover-section {
      background-color: #f0f4fa; /* light blue-gray background */
      padding: 60px 20px;
    }
    .donation-section-title {
  font-weight: 800;
  font-size: 2.8rem;
  color: #d4f1de;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.donation-section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 5px;
  background: #0e8e37;
  margin-top: 15px;
}

