#footer{
    width: 100%;
    background: #144552;
top: 40px;
}
.footer{
    width:1170px;
margin: 0 auto;
display: flex;
flex-flow: row;
justify-content: space-around;
}
.footer *{
    color: #f1fff1;
}
.footer_item{
    width: 300px;
    height: 100%;

}
.footer_item>p{
    text-align: justify;
}
.footer_item>img{
    margin: 0 auto;
    display: block;
}

