@import url('https://fonts.googleapis.com/css2?family=Inter&family=Noto+Sans:wght@100&display=swap');
* h1,h2,h3,h4,p,a {
    font-family: sans-serif;
}
.upi{
    padding: 5rem 10vw;
}

.list_img{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: start;
    
}
.container{
    width: 30%;
    /* border: 2px solid blue; */
    padding: 20px 20px 10px 0px;
    flex-shrink: 0;
    flex-grow: 0;
}
.container img{
    width: 100%;
    height: auto;
    /* border: 2px solid green; */
    aspect-ratio: 3/2 auto;
    border-radius: 4px;
    object-fit: cover;
    object-position: center;
}
.container .title a{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #474747;;
    text-decoration: none;
}
.container h3{
margin-top: 0.75rem;
font-size: 20px;
font-weight: 600;
line-height: 32px;
color: #333;
}
.container p{
    margin-top: 16px;
    font-weight: 400;
    line-height: 1.5rem;
    color: #474747;
}
.container h4{
    margin-bottom: 0.5rem;
    font-weight: 500;
    font-size: 14px;
    color: #b3b3b3;
    line-height: 16px;
} 
.container h6{
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #555;
}
footer{
    background-color: #333333;
    color: white;
     padding: 3rem 20vw; 
}

.footer_content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 48px;
}
/* .footer_list_text{
     width: 50%; 
    flex-grow: 0;
    flex-shrink: 0;
} */
.footer_list{
    width: 10%; 
    flex-grow: 0;
    flex-shrink: 0;
    gap: 60px;
    
}
.footer_list a{
    color: #f0f0f0;;
    line-height: 2rem;
}
.footer_content h3{
    font-size: 1.3rem;
    line-height: 1.3rem;
    font-family: Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
    font-size: 1.365rem;
    color: #fdfdfd;;
    font-weight: 500;
}
.footer_content p{
    color: white;
    line-height: 1.5rem;
}
footer .copy_right{
    padding-top: 3rem;
    color:#f0f0f0;;
    text-align: center;
    line-height: 1.5rem;
}