.title {
    font-size: 36px;
}
.con {
    padding-top: 100px;
}

.one {
    margin-top: 50px;
    text-align: center;
    font-size: 26px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.line{
    width: 60px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    height: 2px;
    background: #ccc;
}

.two 
{
    font-size:16px;
    line-height:2em;
}

.two p{
    margin: 10px 0;
}

.three p{
    margin: 10px 0;
}

.four {
    text-align: center;
    margin: 40px 0 100px;
    overflow: hidden;
}

.four button {
    background: #2b2c3e;
    color: #fff;
    border: none;
    border-radius: 2px;
    line-height: 40px;
    height: 40px;
    width: 150px;
}

.four span {
    position: relative;
    top: 0px;
    left: -5px;
}