*{
    padding: 0;
    margin: 0;
}


.main{
    background-color: #fafafa;
    width: auto;
    height: auto;
    padding-bottom: 110px;
}

.main .content{
    width: 1200px;
    height: auto;
    margin: auto;
    padding: auto;
    background-color: #fff;
}

.main .content .title{
    height: auto;
    margin: 0 20px;
    padding: 56px 0 28px 0;
    border-bottom: 1px solid #dfe8f5;
}

.main .content .title h1{
    height: auto;
    margin:auto;
    font-size: 24px;
    line-height: 34px;
    color: #567097;
    text-align: center;
    font-weight: normal;
}

.main .content .text{
    min-height: 524px;
    margin: 0 20px;
    padding: 18px 0 18px 0;
}

.main .content .text p{
    font-size: 16px;
    line-height: 24px;
    color: #567097;
    margin: 13px 54px;
    text-indent: 2em;
}
