.doc__text {
    font-family: 'Manrope';
    font-size: 12px;
    max-width: 800px;
    margin: auto;
    line-height: 1.5;
}


.featuresSection {
    margin-bottom: 10px;
}

.doc__text h1 {
    font-size: 2.4em;
    font-weight: bold;
    text-transform: uppercase;
}

.doc__text h2 {
    font-size: 1.8em;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.doc__text h3, .doc__text h4 {
    font-size: 1.6em;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}


.doc__text ul {
    margin: 5px 0 5px 25px;
}

.doc__text li {
    margin-bottom: 10px;
}


.doc__text ul {
    list-style-type: disc;
}

.doc__text ul.noDisc {
    list-style-type: none;
}

    .doc__text ul.noDisc > li {
        text-indent: -25px;
        margin-left: 25px;
    }


    .doc__text .privacyTerm {
        font-size: 1.2em;
        font-weight: bold;
    }

.doc__text .content-section {
    position: relative;
}

.doc__text .content-section:before {
    content: '';
    position: absolute;
    z-index: 10;
    bottom: -20px;
    left: 0px;
    right: 0px;
    height: 1px;
    border-bottom: 1px dotted #d0d0d0;
}

.doc__text table, .doc__text th, .doc__text td {
    border: 1px solid black;
    border-collapse: collapse;
}

.doc__text td {
    padding: 10px;
}

.doc__text th {
    font-weight: bold;
}

.doc__text .content-section {
    padding-top: 60px;
}