footer {
    width: 100%;
    margin-top: 80px;
    height: 350px;
    background-color: #b90809;
}

footer div {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

footer div p {
    line-height: 2;
}

footer div p:nth-child(1) {
    padding-top: 90px;
}

footer div p a {
    color: #fff;
}

footer div p a:nth-child(2) img {
    margin: 0 35px;
}

footer div p img:nth-child(3) {
    position: relative;
    top: 10px;
}