.main{
    width: 100%;
}
.main .title1{
    font-family: 'Noto Sans SC';
    font-weight: 700;
    font-size: 30px;
    padding: 30px 0;
    border-bottom: 1px solid #DCDCDC;
}
.main .content{
    padding: 45px 0;
}

.notarization-content {
    width: 100%;
    margin: 0 auto;
    font-family: 'Noto Sans SC', sans-serif;
}

.document-title {
    /* text-align: center; */
    margin-bottom: 40px;
}

.document-title h1 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

.document-intro {
    margin-bottom: 20px;
    /* text-indent: 2em; */
}

.document-intro p {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    margin: 0;
}

.document-body {
    margin-bottom: 20px;
}

.commitment-item {
    display: flex;
    margin-bottom: 20px;
    align-items: flex-start;
}

.commitment-label {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-right: 10px;
    flex-shrink: 0;
    line-height: 1.8;
}

.commitment-item p {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    margin: 0;
    flex: 1;
    text-align: justify;
}

.document-signature {
    text-align: right;
    margin-top: 80px;
    padding-right: 100px;
    position: relative;
}

.signature-company {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-bottom: 20px;
}

.signature-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.signature-label {
    font-size: 16px;
    color: #333;
    margin: 0;
}

.signature-seal {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
}

.signature-seal img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}


