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