main {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 100vw;
    }
main .funded-projects-section-container {
    font-size: 0.9rem;
    text-align: justify;
    width: 65%;
    margin: auto;
    margin-top: 151px;
    font-weight: 400;
    color: #333333; 
    }

main .funded-projects-section-container .heading {
    font-size: 1.8rem;
    font-weight: 800;
    text-align: center;
    color: #891515;
}
main .funded-projects-section-container .funded-project {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    background-color: #FEFEFE;
    box-shadow: 5px 30px 30px rgba(0, 0, 0, 0.15);
    width: 75%;
    margin: 0 auto 1rem auto;
    padding: 1.5rem 2rem;
    border-radius: 6px;
} 
main .funded-projects-section-container .funded-project .description {
    font-size: 1.1rem;
    font-weight: 500;
}
main .funded-projects-section-container .funded-project .year {
    font-size: 1rem;
    font-weight: 600;
    color: #555555;
}
main .funded-projects-section-container .funded-project .funding-agency {
    color: #295FAF;
    font-weight: 500;
    font-size: 1rem;
}
main .funded-projects-section-container .funded-project .other-details {
    font-size: 1rem;
    font-weight: 400;
}
main .funded-projects-section-container2 {
    font-size: 0.9rem;
    text-align: justify;
    width: 65%;
    margin: auto;
    margin-top: 50px;
    font-weight: 400;
    color: #333333; 
    }

main .funded-projects-section-container2 .heading {
    font-size: 1.8rem;
    font-weight: 800;
    text-align: center;
    color: #891515;
}
main .funded-projects-section-container2 .funded-project {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    background-color: #FEFEFE;
    box-shadow: 5px 30px 30px rgba(0, 0, 0, 0.15);
    width: 75%;
    margin: 0 auto 1rem auto;
    padding: 1.5rem 2rem;
    border-radius: 6px;
} 
main .funded-projects-section-container2 .funded-project .description {
    font-size: 1.1rem;
    font-weight: 500;
}
main .funded-projects-section-container2 .funded-project .year {
    font-size: 1rem;
    font-weight: 600;
    color: #555555;
}
main .funded-projects-section-container2 .funded-project .funding-agency {
    color: #295FAF;
    font-weight: 500;
    font-size: 1rem;
}
main .funded-projects-section-container2 .funded-project .other-details {
    font-size: 1rem;
    font-weight: 400;
}
@media screen and (max-width: 994px) {
    main .funded-projects-section-container {
        width: 100%;
    }
    main .funded-projects-section-container .funded-project {
        width: 90%;
    }
    main .funded-projects-section-container2 {
        width: 100%;
    }
    main .funded-projects-section-container2 .funded-project {
        width: 90%;
    }
}
