html, body {
    margin: 0;
    padding: 0;
    background: #f7f7f7;
}
.wrap{
    width: 100%;
    position: relative;
    margin: auto;
    text-align: center;
    margin-top: 6.5%;
}
.wrap img{
    width: 100%;
    max-width: 1000px;
    height: auto;
}
.content{
    margin-top: -5%;
    margin-bottom: 43px;
}
.content p.title{
    font-size: 25px;
    color: #444;
}
.content .center{
    text-align: center;
    color: #999;
}
.content .reason{
    font: 16px;
    color: #999;
    line-height: 12px;
    text-align: left;
    margin-left: 43%;
}
span.line{
    display: inline-block;
    content: "";
}
.footer{
    width: 55%;
    border-top: 2px solid #e3e3e3;
    margin: auto;
}
.footer p{
    font: 16px;
    color: #999;
    line-height: 15px;
    text-align: left;
    padding: 0 20px;
}
.footer p span{
    line-height:20px;
    white-space: normal; 
}