.cAgreementBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cAgreementCon {
    width: 40%;
    padding: 30px 0px;
    letter-spacing: 1px;
    color: #787B88;
    font-size: 16px;
    line-height: 32px;
}

.cAgreement {
    text-align: center;
    margin-bottom: 50px;
    font-size: 28px;
    color: #4e5059;
    font-weight: 600;
}

.cAgreementCon p {
    margin: 5px 0px;
    line-height: 20px;
}

.cAgreementCon .title {
    font-size: 18px;
    font-weight: 900;
    margin: 20px 0px;
}

.cAgreementCon .title2 {
    font-size: 16px;
    font-weight: 900;
    margin: 10px 0px;
}

.textIndent {
    text-indent:20px;
}

.textIndent40 {
    text-indent:40px;
}

.marginTop10 {
    margin-top: 20px !important;
}