.page-wrapper{
    width: 100%;
    display: flex;
    justify-content: center;
}

.page-inner{
    width: 1250px;
    padding: 28px 56px;
}

.page-title{
    padding: 20px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.content{
    
}

.content p{
    text-indent: 2em;
    line-height: 2;
}