.homepg-hero-container{
    /* background-image: ; */
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    /* justify-content: center; */
}

.homepg-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6vh 0;
}

.newsContainer{
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}

.news{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    box-shadow: rgb(0 0 0 / 25%) 0 0px 15px;
    border-radius: 10px;
    width: 320px;
}

.news-image-container{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 280px;
}

.newsImage{
    padding-top: 10px;
    width: 280px;
}

.news-text-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0 10px;
}

.news-heading{
    font-size: 22px;
    color: #000000;
}

.news-date{
    font-size: 14px;
    color: #9c9c9c;
}

.footer_container{
    background-color: none;
}

.researchcontainer{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    width: 80%;
    margin: 0 auto;
}

.researchTopic{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 320px;
    min-height: 320px;
    padding: 10px;
    box-shadow: rgb(0 0 0 / 25%) 0 0px 15px;
    border-radius: 10px;
}

.researchImage{
    width: 300px;
    border-radius: 10px;
}