/* *{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    box-sizing: border-box;

} */
.footer{
    background-color: #EEF4FF;
    /* height: 600px; */
   
}
.container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    flex-wrap: wrap;
    gap: 8%;
    margin: 32px 0px 0px;
    padding: 0px 40px;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
    color: #30363C;
}
i{
    height: 32px;
    width: 32px;
    margin: 16px 0px 0px;
    
}
#foh41{
    padding: 10px;
}
ul li{
    padding: 2px;
    font-size: 12px;
    cursor: pointer;
}
/* li {
    font-size: 2px;
} */
.statement{
    font-size: 16px;
    font-weight: bolder;
    width: 1269px;
    height: 24px;
}
.bottom{
    margin: 32px 0px 64px;
    padding: 0px 40px;
}
.main{
display: flex;
justify-content: space-between;
margin: 16px 0px 0px;
}
.logos-sections div{
    width: 74.88px;
    height: 24px;
}
.logos-sections{
    display: flex;
}
#foimg12345 {
    height: 20px;
    width: 60%;
}
.copyright-section p{
    font-size: 14px;
}