.secret-agreement-text-area {
    padding: 0px 80px;
}
.secret-agreement-title {
    margin-bottom: 95px;
    color: #131313 !important;
    font-size: 50px !important;
    font-weight: 600 !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top:50px;
}
.secret-agreement-text-title {
    color: #131313 !important;
    font-weight: 400 !important;
    font-size: 25px !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 50px;
}
.secret-agreement-text-area p {
    color: #131313;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 50px;
}

.secret-agreement-text-area ul > li {
    color: #131313;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 15px;
}

.secret-agreement-text-area ul > li:nth-last-child(1) {
    margin-bottom: 200px;
}