.wrapper-footer{
    margin: 40px -100% 0 -100%;
    border-top: 2px solid #F54343;
}
.footer{
    width: 1100px;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
}
.logo{
    width: 40%;
    position: relative;
}

.logo img{
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.txt{
    flex: 1;
}
.txt p:nth-child(2){
    margin-top: 10px;
}
.list-footer-wrapper{
    width: 1100px;
    margin: 0 auto;
    padding: 20px;
    border-bottom: 1px solid #F54343;
}
.list-footer-wrapper a{
    display: inline-block;
    margin: 5px 12px 5px 0;
    color: #333;
    font-size: 14px;
}
.list-footer-wrapper a:hover{
    color: #000;
}