.work{
    background-color: #fff;
    min-height: calc(100vh - 104px);
    padding: 58px 55px 20px 55px;
    box-sizing: border-box;
    color: #131315;
}
.work h2{
    font-size: 32px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 68px;
}
.work p{
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 34px;
}
.work p.suojin{
   text-indent: 2em;
}