@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* Basic reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a.button:hover{
    cursor: pointer;
}

/* Body styles */
body {
    font-family: 'Poppins', Arial, sans-serif;
    line-height: 1.6;
    background-color: #f0f0f0;
    color: #333;
}

/* Header styles */
header {
    height: 60vh;
    background-color: #333;
    background: url('../images/Solar_plates.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.header-container {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 20px;
}

.header-logo-container {
    width: 100%;
    margin-bottom: 4em;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
}

.header-logo-container img {
    width: 75px;
    height: 75px;
    margin-right: 20px;
}

.header-inner-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header-container p {
    font-size: 16px;
}

.header-container-cta {
    display: flex;
    flex-direction: row;
    margin-top: 3em;
}

.header-container-cta a {
    text-decoration: none;
}

.header-container-cta a button {
    font-size: 15px;
    padding: 15px 40px;
    border-radius: 5px;
    margin: 0 10px;
    border: none;
    outline: none;
}

.header-container-cta a button:hover {
    filter: brightness(95%);
    cursor: pointer;
}

.header-container-cta > a:first-of-type button {
    background-color: green;
    color: #fff;
    font-weight: 500;
}

.header-container-cta > a:last-of-type button {
    background-color: #fff;
    color: green;
    font-weight: 500;
}


.about-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 50px;
    margin: 2em 0;
}

.about-section p {
    font-size: 16px;
}

.key-objectives-section {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 20px;
    background-color: #cccccc;
    margin: 1em 0;
}

.key-objectives-section-visual {
    width: auto;
    height: auto;
    flex: 1.3;
    order: 1;
    background: url('../images/hutwddwdwd.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.key-objectives-section-text {
    order: 2;
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.key-objectives-section-text ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 1em 0 0 0;
}

.key-objectives-section-text ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 5px;
    padding: 15px;
    width: calc(30% - 2px);
    min-height: 150px;
    background-color: green;
    text-align: center;
    font-size: 14px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    border-radius: 5px;
}

.participation-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5em 0 2em 0;
}

.participation-section a button {
    margin: 10px 0;
    padding: 15px 40px;
    background-color: green;
    color: #fff;
    font-size: 15px;
    border: none;
    border-radius: 5px;
    outline: none;
}

.participation-section a button:hover {
    cursor: pointer;
    filter: brightness(95%);
}

.partners {
    display: flex;
    flex-direction: column;
    padding: 20px;
    /* text-align: center; */
    margin: 5em 0 0 0;
    background-color: #d9d9d9;
}

.partners-logos-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 1em;
}

.partner-logo {
    width: auto;
    height: 30px;
    margin: 10px;
}

.partner-logo img {
    width: 100%;
    height: 100%;
}

/* Footer styles */
footer {
    text-align: center;
    background-color: #333;
    color: #fff;
    padding: 10px;
}


@media screen and (max-width: 900px) {
    body::-webkit-scrollbar  {
        display: none;
    }
    
    h1,
    h2,
    h3 {
        font-size: 1.3em;
    }
    
    
        /* Header styles */
    header {
        height: 40vh;
        background-color: #333;
        background: url('../images/Solar_plates.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .header-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        min-height: 100%;
        color: #fff;
    }
    
    .header-container p {
        color: 14px;
        margin: 0 2em;
    }
    
    .header-container-cta {
        display: flex;
        flex-direction: row;
        margin-top: 3em;
    }
    
    .header-container-cta a {
        text-decoration: none;
    }
    
    .header-container-cta a button {
        font-size: 14px;
        padding: 15px 30px;
        border-radius: 5px;
        margin: 0 10px;
        border: none;
        outline: none;
    }
    
    .header-container-cta a button:hover {
        filter: brightness(95%);
        cursor: none;
    }
    
    .header-container-cta > a:first-of-type button {
        background-color: green;
        color: #fff;
        font-weight: 500;
    }
    
    .header-container-cta > a:last-of-type button {
        background-color: #fff;
        color: green;
        font-weight: 500;
    }
    
    
    .about-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px 50px;
        margin: 2em 0;
    }
    
    .about-section p {
        font-size: 15px;
        text-align: center;
    }
    
    .key-objectives-section {
        display: block;
        flex-direction: block;
        justify-content: center;
        align-items: center;
        padding: 20px;
        background-color: #cccccc;
        margin: 1em 0;
    }
    
    .key-objectives-section-visual {
        width: auto;
        height: 500px;
        background: url('../images/hutwddwdwd.jpg');
        background-size: cover;
        background-position: bottom, center;
        background-repeat: no-repeat;
        border-radius: 5px;
    }
    
    .key-objectives-section-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .key-objectives-section-text ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        margin: 1em 0 0 0;
    }
    
    .key-objectives-section-text ul li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        list-style: none;
        margin: 5px;
        padding: 14px;
        width: calc(30% - 2px);
        min-height: 150px;
        background-color: green;
        text-align: center;
        font-size: 12px;
        font-weight: 300;
        color: #fff;
        border-radius: 5px;
    }
    
    .participation-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 5em 0 2em 0;
    }
    
    .participation-section a button {
        margin: 10px 0;
        padding: 15px 30px;
        background-color: green;
        color: #fff;
        font-size: 14px;
        border: none;
        border-radius: 5px;
        outline: none;
    }
    
    .participation-section a button:hover {
        cursor: none;
        filter: brightness(95%);
    }
    
    /* Footer styles */
    footer {
        background-color: #333;
        padding: 10px;
        text-align: center;
        font-size: 12px;
        color: #fff;
    }
    }



@media screen and (max-width: 768px) {
body::-webkit-scrollbar  {
    display: none;
}

h1,
h2,
h3 {
    font-size: 1.3em;
}


    /* Header styles */
header {
    height: 40vh;
    background-color: #333;
    background: url('../images/Solar_plates.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.header-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.header-container p {
    color: 14px;
    margin: 0 2em;
}

.header-container-cta {
    display: flex;
    flex-direction: row;
    margin-top: 3em;
}

.header-container-cta a {
    text-decoration: none;
}

.header-container-cta a button {
    font-size: 14px;
    padding: 15px 30px;
    border-radius: 5px;
    margin: 0 10px;
    border: none;
    outline: none;
}

.header-container-cta a button:hover {
    filter: brightness(95%);
    cursor: none;
}

.header-container-cta > a:first-of-type button {
    background-color: green;
    color: #fff;
    font-weight: 500;
}

.header-container-cta > a:last-of-type button {
    background-color: #fff;
    color: green;
    font-weight: 500;
}


.about-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 50px;
    margin: 2em 0;
}

.about-section p {
    font-size: 15px;
    text-align: center;
}

.key-objectives-section {
    display: block;
    flex-direction: block;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #cccccc;
    margin: 1em 0;
}

.key-objectives-section-visual {
    width: auto;
    height: 400px;
    background: url('../images/hutwddwdwd.jpg');
    background-size: cover;
    background-position: bottom, center;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.key-objectives-section-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.key-objectives-section-text ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 1em 0 0 0;
}

.key-objectives-section-text ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 5px;
    padding: 14px;
    width: calc(30% - 2px);
    min-height: 150px;
    background-color: green;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    border-radius: 5px;
}

.participation-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5em 0 2em 0;
}

.participation-section a button {
    margin: 10px 0;
    padding: 15px 30px;
    background-color: green;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    outline: none;
}

.participation-section a button:hover {
    cursor: none;
    filter: brightness(95%);
}

/* Footer styles */
footer {
    background-color: #333;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
}


@media screen and (max-width: 576px) {}


@media screen and (max-width: 425px) {
    body::-webkit-scrollbar  {
        display: none;
    }
    
    h1,
    h2,
    h3 {
        font-size: 1.2em;
    }
    
    
    /* Header styles */
    header {
        height: 60vh;
        background-color: #333;
        background: url('../images/Solar_plates.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .header-container {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        padding: 10px;
    }

    .header-logo-container {
        width: 100%;
        margin-bottom: 3em;
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 16px;
        font-weight: 600;
    }

    .header-logo-container img {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }

    .header-inner-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    
    .header-container p {
        color: 14px;
        margin: 0 10px;
    }
    
    .header-container-cta {
        display: flex;
        flex-direction: row;
        margin-top: 3em;
    }
    
    .header-container-cta a {
        text-decoration: none;
    }
    
    .header-container-cta a button {
        font-size: 12px;
        padding: 10px 30px;
        border-radius: 5px;
        margin: 0 10px;
        border: none;
        outline: none;
    }
    
    .header-container-cta a button:hover {
        filter: brightness(95%);
        cursor: none;
    }

    .about-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
        margin: 2em 0;
    }
    
    .about-section p {
        font-size: 14px;
        text-align: center;
    }
    
    .key-objectives-section {
        display: block;
        flex-direction: block;
        justify-content: center;
        align-items: center;
        padding: 20px;
        background-color: #cccccc;
        margin: 1em 0;
    }
    
    .key-objectives-section-visual {
        width: auto;
        height: 400px;
        background: url('../images/hutwddwdwd.jpg');
        background-size: cover;
        background-position: bottom, center;
        background-repeat: no-repeat;
        border-radius: 5px;
    }
    
    .key-objectives-section-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 2em 0;
    }
    
    .key-objectives-section-text ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        margin: 1em 0 0 0;
    }
    
    .key-objectives-section-text ul li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        list-style: none;
        margin: 5px;
        padding: 15px;
        width: calc(50% - 10px);
        min-height: 150px;
        background-color: green;
        text-align: center;
        font-size: 12px;
        font-weight: 300;
        color: #fff;
        border-radius: 5px;
    }
    
    .participation-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 5em 0 2em 0;
    }
    
    .participation-section a button {
        margin: 10px 0;
        padding: 10px 20px;
        background-color: green;
        color: #fff;
        font-size: 12px;
        border: none;
        border-radius: 5px;
        outline: none;
    }
    
    .participation-section a button:hover {
        cursor: none;
        filter: brightness(95%);
    }

    .partners {
        display: flex;
        flex-direction: column;
        padding: 20px;
        /* text-align: center; */
        margin: 5em 0 0 0;
        background-color: #d9d9d9;
    }
    
    .partners-logos-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 1em;
    }
    
    .partner-logo {
        width: auto;
        height: 20px;
        margin: 5px;
    }
    
    .partner-logo img {
        width: 100%;
        height: 100%;
    }
    
    /* Footer styles */
    footer {
        background-color: #333;
        padding: 10px;
        text-align: center;
        font-size: 12px;
        color: #fff;
    }
}


@media screen and (max-width: 375px) {
    body::-webkit-scrollbar  {
        display: none;
    }
    
    h1,
    h2,
    h3 {
        font-size: 1.2em;
    }
    
    
    header {
        height: 60vh;
        background-color: #333;
        background: url('../images/Solar_plates.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .header-container {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        padding: 10px;
    }
    
    .header-logo-container {
        width: 100%;
        margin-bottom: 3em;
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 16px;
        font-weight: 600;
    }
    
    .header-logo-container img {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    
    .header-inner-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .header-container p {
        font-size: 14px;
        margin: 0 10px;
    }
    
    .header-container-cta {
        display: flex;
        flex-direction: row;
        margin-top: 3em;
    }
    
    .header-container-cta a {
        text-decoration: none;
    }
    
    .header-container-cta a button {
        font-size: 12px;
        padding: 10px 30px;
        border-radius: 5px;
        margin: 0 10px;
        border: none;
        outline: none;
    }
    
    .header-container-cta a button:hover {
        filter: brightness(95%);
        cursor: none;
    }

    .about-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
        margin: 2em 0;
    }
    
    .about-section p {
        font-size: 14px;
        text-align: center;
    }
    
    .key-objectives-section {
        display: block;
        flex-direction: block;
        justify-content: center;
        align-items: center;
        padding: 20px;
        background-color: #cccccc;
        margin: 1em 0;
    }
    
    .key-objectives-section-visual {
        width: auto;
        height: 400px;
        background: url('../images/hutwddwdwd.jpg');
        background-size: cover;
        background-position: bottom, center;
        background-repeat: no-repeat;
        border-radius: 5px;
    }
    
    .key-objectives-section-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 2em 0;
    }
    
    .key-objectives-section-text ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        margin: 1em 0 0 0;
    }
    
    .key-objectives-section-text ul li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        list-style: none;
        margin: 5px;
        padding: 15px;
        width: calc(50% - 10px);
        min-height: 150px;
        background-color: green;
        text-align: center;
        font-size: 12px;
        font-weight: 300;
        color: #fff;
        border-radius: 5px;
    }
    
    .participation-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 5em 0 2em 0;
    }
    
    .participation-section a button {
        margin: 10px 0;
        padding: 10px 20px;
        background-color: green;
        color: #fff;
        font-size: 12px;
        border: none;
        border-radius: 5px;
        outline: none;
    }
    
    .participation-section a button:hover {
        cursor: none;
        filter: brightness(95%);
    }

    .partners {
        display: flex;
        flex-direction: column;
        padding: 20px;
        /* text-align: center; */
        margin: 5em 0 0 0;
        background-color: #d9d9d9;
    }
    
    .partners-logos-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 1em;
    }
    
    .partner-logo {
        width: auto;
        height: 20px;
        margin: 5px;
    }
    
    .partner-logo img {
        width: 100%;
        height: 100%;
    }
    
    /* Footer styles */
    footer {
        background-color: #333;
        padding: 10px;
        text-align: center;
        font-size: 12px;
        color: #fff;
    }
}


@media screen and (max-width: 360px) {
    body::-webkit-scrollbar  {
        display: none;
    }
    
    h1,
    h2,
    h3 {
        font-size: 1.2em;
    }
    
    
    /* Header styles */
    header {
        height: 60vh;
        background-color: #333;
        background: url('../images/Solar_plates.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .header-container {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        padding: 10px;
    }
    
    .header-logo-container {
        width: 100%;
        margin-bottom: 3em;
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 16px;
        font-weight: 600;
    }
    
    .header-logo-container img {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    
    .header-inner-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
        
    
    .header-container p {
        font-size: 14px;
        margin: 0 10px;
    }
    
    .header-container-cta {
        display: flex;
        flex-direction: row;
        margin-top: 3em;
    }
    
    .header-container-cta a {
        text-decoration: none;
    }
    
    .header-container-cta a button {
        font-size: 12px;
        padding: 10px 30px;
        border-radius: 5px;
        margin: 0 10px;
        border: none;
        outline: none;
    }
    
    .header-container-cta a button:hover {
        filter: brightness(95%);
        cursor: none;
    }

    .about-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
        margin: 2em 0;
    }
    
    .about-section p {
        font-size: 14px;
        text-align: center;
    }
    
    .key-objectives-section {
        display: block;
        flex-direction: block;
        justify-content: center;
        align-items: center;
        padding: 20px;
        background-color: #cccccc;
        margin: 1em 0;
    }
    
    .key-objectives-section-visual {
        width: auto;
        height: 400px;
        background: url('../images/hutwddwdwd.jpg');
        background-size: cover;
        background-position: bottom, center;
        background-repeat: no-repeat;
        border-radius: 5px;
    }
    
    .key-objectives-section-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 2em 0;
    }
    
    .key-objectives-section-text ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        margin: 1em 0 0 0;
    }
    
    .key-objectives-section-text ul li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        list-style: none;
        margin: 5px;
        padding: 15px;
        width: calc(50% - 10px);
        min-height: 150px;
        background-color: green;
        text-align: center;
        font-size: 12px;
        font-weight: 300;
        color: #fff;
        border-radius: 5px;
    }
    
    .participation-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 5em 0 2em 0;
    }
    
    .participation-section a button {
        margin: 10px 0;
        padding: 10px 20px;
        background-color: green;
        color: #fff;
        font-size: 12px;
        border: none;
        border-radius: 5px;
        outline: none;
    }
    
    .participation-section a button:hover {
        cursor: none;
        filter: brightness(95%);
    }

    .partners {
        display: flex;
        flex-direction: column;
        padding: 20px;
        /* text-align: center; */
        margin: 5em 0 0 0;
        background-color: #d9d9d9;
    }
    
    .partners-logos-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 1em;
    }
    
    .partner-logo {
        width: auto;
        height: 20px;
        margin: 10px;
    }
    
    .partner-logo img {
        width: 100%;
        height: 100%;
    }
    
    /* Footer styles */
    footer {
        background-color: #333;
        padding: 10px;
        text-align: center;
        font-size: 12px;
        color: #fff;
    }
}


@media screen and (max-width: 200px) {
    body::-webkit-scrollbar  {
        display: none;
    }
    
    h1,
    h2,
    h3 {
        font-size: 0.8em;
    }
    
    
    header {
        height: 80vh;
        background-color: #333;
        background: url('../images/Solar_plates.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .header-container {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        padding: 10px;
    }
    
    .header-logo-container {
        width: 100%;
        margin-bottom: 3em;
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 14px;
        font-weight: 600;
    }
    
    .header-logo-container img {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    
    .header-inner-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    } 
    
    .header-container p {
        font-size: 12px;
        margin: 0 5px;
    }
    
    .header-container-cta {
        display: flex;
        flex-direction: row;
        margin-top: 1em;
    }
    
    .header-container-cta a {
        text-decoration: none;
    }
    
    .header-container-cta a button {
        font-size: 8px;
        padding: 10px 18px;
        border-radius: 5px;
        margin: 0 5px;
        border: none;
        outline: none;
    }
    
    .header-container-cta a button:hover {
        filter: brightness(95%);
        cursor: none;
    }

    .about-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
        margin: 2em 0;
    }
    
    .about-section p {
        font-size: 12px;
        text-align: center;
    }
    
    .key-objectives-section {
        display: block;
        flex-direction: block;
        justify-content: center;
        align-items: center;
        padding: 20px 10px;
        background-color: #cccccc;
        margin: 1em 0;
    }
    
    .key-objectives-section-visual {
        width: auto;
        height: 200px;
        background: url('../images/hutwddwdwd.jpg');
        background-size: cover;
        background-position: bottom, center;
        background-repeat: no-repeat;
        border-radius: 5px;
    }
    
    .key-objectives-section-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 2em 0;
    }
    
    .key-objectives-section-text ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        margin: 1em 0 0 0;
    }
    
    .key-objectives-section-text ul li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        list-style: none;
        margin: 5px;
        padding: 10px;
        width: calc(50% - 10px);
        min-height: 150px;
        background-color: green;
        text-align: center;
        font-size: 8px;
        font-weight: 300;
        color: #fff;
        border-radius: 5px;
    }
    
    .participation-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 5em 0 2em 0;
    }
    
    .participation-section a button {
        font-size: 8px;
        padding: 10px 18px;
        border-radius: 5px;
        margin: 0 5px;
        border: none;
        outline: none;
        background-color: green;
    }
    
    .participation-section a button:hover {
        cursor: none;
        filter: brightness(95%);
    }
    
    /* Footer styles */
    footer {
        background-color: #333;
        padding: 10px;
        text-align: center;
        font-size: 8px;
        color: #fff;
    }
}