.overlay {
    background-image:
        linear-gradient(to bottom, rgba(8, 44, 44, 0.3), rgba(0, 0, 0, 0.5)),
        url('/static/images/initiatives/header_bg.png');
    background-size: cover;
    background-position: center;
    /* display: flex
; */
    /* flex-wrap: wrap; */
    /* gap: 30px;
    max-width: 1440px;
    height: 750px;
    border-radius: 15px;
    /* align-content: center;
    padding: 40px 20px; */
    /* justify-content: center; */
    /* overflow: visible;
    margin: auto;  */
    display: flex;
    flex-direction: column;
    align-items: start;
    /* push content to the right */
    justify-content: flex-end;
    /* push content to the bottom */
    height: 800px;
    /* set fixed height so flex knows where bottom is */
    box-sizing: border-box;
    max-width: 80%;
    margin: auto;
}

[lang="en"] .overlay {
    align-items: center;
}

.section-title {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 16px 24px;
    width: 70%;
    max-width: 80%;
    min-height: 20%;
    max-height: 90%;
    align-content: end;
}

.section-title h1 {
    margin: 0;
    font-size: 96px;
    font-weight: bold;
    color: #004044 !important;
}

.section-title p {
    font-size: 32px;
    color: #000 !important;
    margin-top: 30px;
    text-align: start;
}

.header-info {
    max-width: 1440px;
    margin: auto;
}

.header-info p {
    font-size: 32px;
}

.header-info h2 {
    font-size: 48px;
    color: #005E60;
    font-weight: bold;
}

.header-info ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    padding-right: 0;
    margin-right: 0;
}

.header-info li {
    font-size: 32px;
    font-weight: 800;
}

.container-fluid {
    padding: 0;
}

.banner {
    background-image:
        linear-gradient(to bottom, #1d3840, #ffffff2c),
        url('/static/images/initiatives/projects-bg.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    justify-content: center;
}

.banner h1 {
    color: #fff;
    font-size: 65px;
    font-weight: bold;
    text-align: center;
    padding-top: 200px;
}

.button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    padding-bottom: 200px;
}

.custom-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #D3FF00;
    color: #087375;
    padding: 24px 24px;
    border-radius: 9999px;
    font-size: 32px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease;

}


.initiative-info h2 {
    font-size: 24px;
    color: #F6FF76;
    margin-bottom: 15px;
    font-weight: bold;
}

.initiative-info p {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 300;
}

.initiative-info .header {
    font-size: 35px;
}

.card {
    background-color: #49494973;
    border-radius: 10px;
    padding: 30px;
}

.section-banner {
    background-image:
        url('/static/images/initiatives/projects-bg.png');
    background-size: cover;
    background-position: center;
    width: 90%;
    color: white;
    text-align: right;
    /* aligns text inside the box */
    border-radius: 20px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* push content to the right */
    justify-content: flex-end;
    /* push content to the bottom */
    height: 400px;
    /* set fixed height so flex knows where bottom is */
    box-sizing: border-box;
}


strong {
    font-weight: 800;
}


.green-text {
    color: #D3FF00 !important;
}


.w-80 {
    width: 80%;
}


@media (max-width: 512px) {
    .overlay {
        height: 200px;
    }

    .section-title {
        background-color: rgba(255, 255, 255, 0.8);
    }

    .section-title h1 {
        margin-bottom: 0 !important;
        font-size: 40px;
    }

    .section-title p {
        font-size: 13px;
        margin-top: 0 !important;
    }

    .banner h1 {
        font-size: 50px;
    }

    .initiative-info .header {
        font-size: 20px;
    }

    .initiative-info h2 {
        font-size: 20px;
    }

    .initiative-info p {
        font-size: 18px;
    }

    .Gogreen img {
        width: 400px;
    }
}