.home_container {
    padding: 6rem 3rem;
    background: #F4FCFF;
    width: 100vw;
}
.home_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.home_header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.home_header_subHeader div {
    margin-left: 50px;
}
.home_header h3 {
    font-size: 40px;
}
.home_header p {
    font-size: 20px;
    color: #d65471;
}
.header_Card {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 90%;
}
.header_Card a img {
    width: 100px;
    height: 100px;
    margin: 10px 0;
}
.new_item_card img {
    width: 50px;
    height: 50px;
}
.new_item_card p {
    color: #2F4B6E;
    font-family: "Nunito";
    font-weight: 600;
}
.new_item_card:hover p {
    color: #d65471;
}
.header_Card a{
    text-decoration: none;
    color: #d65471;
}
.home_header_subHeader {
    width: 80vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newActivitesCard,.resumeProgramsCard {
    display: flex;
    justify-content: space-around;
    align-items: center;
    overflow-x: scroll;
    margin: 3rem 0;
   
}
.resumeProgramsCard {
    justify-content: start;
    width: 90vw;
}
.home_header_subHeader h1 {
  font-size: 50px;
  font-family: "Nunito";
  color: #2F4B6E;  
  font-weight: 700;
  text-align: left;
}
.home_header_subHeader p {
    font-family: "Nunito";
    color: #d65471; 
    font-weight: 400;
    text-align: left;
    font-size: 20px;
}
.home_header_subHeader img {
    border-radius: 10px;
    width: 60%;
}
.home_middle {
    width: 100vw;
    background: #91BFCF;
    padding: 3rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.home_middle h1,.home_footer h1 {
    font-size: 50px;
    font-family: "Nunito";
    color: #2F4B6E;  
    font-weight: 700;
}
.home_middle div {
    width: 55vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.home_footer {
    padding: 2rem 0;
}
.home_footer p {
    font-family: "Nunito";
    color: #d65471; 
    font-weight: 400;
}
.home_footer_subheading {
    font-family: "Nunito";
    color: #d65471; 
    font-weight: 400;
    font-size: 30px;
}
.featured_item_card,.resumeProgramsCards {
box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
border-radius: 0.5rem;
cursor: pointer;
}
.resumeProgramsCards {
    margin-right: 20px;
}
.features_programs_list {
    padding: 1rem 0;
    display: flex;
    align-items: center;
    overflow-x: scroll;
    width: 90vw;
    justify-content: start;

}
.featured_item_card {
    width: 400px;
    margin-right: 30px;
}
.featured_item_card img,.resumeProgramsCards img {
    width: 400px;
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;

}
.featured_item_card p {
    margin: 10px 0;
    font-family: "Nunito";
}
.LearnEarnDiv {
    display:flex ;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
    text-decoration: none;
}
.LearnEarnDiv h2,.LearnEarnDiv p {
    font-family: "Nunito";
    color: #2F4B6E;
}
.LearnEarnDiv:hover h2 {
    color: #d65471;
}
.LearnEarnDiv:hover p {
    color: #d65471;
}