

.inner-basic-page{
    margin: 75px 0;
}
.inner-basic-page .wrapper{
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 30px;
}
.inner-basic-page .title{
    /*text-align: center;*/
    margin-bottom: 30px;
}
.inner-basic-page .title h1{
    font-size: 28px;
    color: #000;
    font-weight: 600;
    line-height: 1.7;
}
.inner-basic-page .sub-title{
    font-size: 18px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 600;
}
.inner-basic-page .body{
    
}
.inner-basic-page .body li,
.inner-basic-page .body p{
    font-size: 14px;
    line-height: 1.7;
}