.cAgreementBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cAgreementCon {
    width: 60%;
    padding: 30px 0px;
    letter-spacing: 1px;
}

.cAgreementCon > p {
    margin: 5px 0px;
    line-height: 20px;
    color: #787B88;
    font-size: 16px;
    line-height: 32px;
}

.cAgreementCon > .title-line-row {
    margin: 50px 0px;
}

.title-line-row .title-left-line, .title-line-row .title-right-line {
    width: 80px;
}


.title-line-row .title-left-line::before {
    margin-left: 80px;
}



.cAgreementCon > .title {
    color: #4e5059;
    font-size: 18px;
    /* text-align: center; */
    font-weight: 600;
}

.imgBox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.partner1 {
    width: 700px;
    height: 300px;
}

.partner2 {
    width: 800px;
    height: 400px;
}

.marginTop20 {
    margin-top: 20px !important;
}

.textIndent {
    text-indent: 25px;
}