.content-commitment {
    width: 900px;
    height: 2087px;
    background: url(../img/about/bg.png) no-repeat center;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.commitment-title {
    width: 790px;
    height: 48px;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    color: #9e7547;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #c2c2c2;
    margin: 50px auto 40px;
}
.commitment-text {
    width: 790px;
    height: auto;
    font-size: 14px;
    line-height: 32px;
    color: #4b4a4a;
    text-indent: 2em;
    text-align: justify;
    margin: 0 auto;
}
.commitment-text a {
    font-size: 14px;
    line-height: 32px;
    color: #4b4a4a;
    text-decoration: underline;
}
.commitment-name {
    width: 790px;
    height: 32px;
    font-size: 20px;
    line-height: 32px;
    color: #070707;
    text-align: right;
    margin: 54px auto 0;
}
