*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#footer{
    width: 100%;
    height: 350px;
    background-color: #446478;
}
.footer-top{
    /* border: 2px solid black; */
    padding: 10px;
    width: 80%;
    display: flex;
    margin: auto;
    /* justify-content: space-between; */
    color: #ffffff;
    
}
.footer-top>div:first-child{
    /* border: 2px solid black; */
    margin: 56px 0 0 60px;
} 
.foot{
    margin: 0 70px;
}
.footer-top div>div{
    border-bottom: 1px solid rgba(245, 245, 245, 0.521);
    padding: 10px 0px;
    text-align: start;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px
}
.footer-top>div:first-child{
    /* border: 1px solid black; */
    height: 150px;
    /* margin: 60px 0 0 300px; */
}
.footer-top i{
    /* border: 0px solid black; */
    background-color: white;
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    padding: 3px;
    border-radius: 3px;
    color: #446478;
    cursor: pointer;
}
.footer-top p{
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    margin-bottom: 10px;
}
.footer-top p:hover{
    cursor: pointer;
}

.footer-bottom{
    /* border: 1px solid blue; */
    color: #c3ebff;
    width: 80%;
    margin: auto;
    padding: 10px 20px;
}
.footer-bottom div{
    display: flex;
    justify-content: space-evenly;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    color: #ffffff;
    padding: 2px 0px;
}
.footer-bottom div:first-child{
    border-bottom: 1px solid rgba(255, 255, 255, 0.445);
    cursor: pointer;
}
