.container{
    padding: 0 50px;
}

.agreement-container {
    width: 100%;
    /*padding:10px 50px 100px 50px;*/
    display: flex;
    flex-direction: column;
}
.agreement-title {
    width: 100%;
    height: 120px;
    font-size: 40px;
    color: #141414;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D7E0E5;
}
.agreement-narrator {
    margin-top: 42px;
}
.agreement-narrator p {
    font-size: 14px;
    color: #141414;
    line-height: 27px;
}
.agreement-clause {
    width: 100%;
    margin-top: 55px;
}
.clause-title {
    font-size: 24px;
    color: #141414;
}
.clause-content {
    margin-top: 20px;
}
.clause-content p {
    font-size: 14px;
    color: #7d7c7c;
    line-height: 27px;
}
.main {
    padding: 0;
    width: 100%;
    min-width: 1000px;
}

@media (max-width: 1300px) {
    .container {
        width: 100%;
    }
}
