
    body {
        font-family: 'Source Sans 3', sans-serif;
        color: #1a1a1a;
    }

    h1, h2, h3, h4, h5, h6 {
        font-family: 'Libre Baskerville', serif;
    }

    .hero {
        background: linear-gradient(135deg, #0d1b2a, #1b263b);
        color: #ffffff;
        padding: 8rem 0 15rem;
        background-image: url(../images/bg-1.jpg);
        background-position: center;
        background-size: cover;
    }

    .hero p {

    }

    section {
        padding: 5rem 0;
    }

    .logo-header {
    width: 140px;
    height: 100px;
    display: block;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: #e1e1e1 !important;
}

  #philanthropy p , #about p {
    font-size: 1.30rem;
  }

    .section-divider {
        height: 2px;
        width: 80px;
        background-color: #adb5bd;
        margin: 1.5rem auto;
    }

    .icon-bullet::before {
        content: "\2022";
        color: #0d6efd;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }

    .footer {
        background-color: #0d1b2a;
        color: #f8f9fa;
        padding: 3rem 0;
    }

    .footer a {
        color: #f8f9fa;
        text-decoration: none;
    }

    .footer a:hover {
        text-decoration: underline;
    }
