footer{
    width: 100%;
    height: 180px;
    background-color: #AA1C1B;
}
.footer{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.footer p{
    line-height: 42px;
}
footer img{
	width: 120px;
    height: 120px;
}
