body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 10px;
    text-align: center;
    background: #fff;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0px;
    font-size: 16px;
    text-align: left;
    color: #666;
}

h1,
h2,
h3 {
    width: 100%;
    clear: both;
    font-size: 16px;
    color: #000;
    margin: 15px 0;
}

h1 {
    font-size: 16px;
    text-align: center;
}

h2 {
    color: #666;
}

ol {
    counter-reset: section;
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    width: 100%;
}

li {
    margin: 0;
    padding: 0;
    width: 100%;
}

ol li {
    counter-increment: section;
    /* margin-bottom: 20px; */

}

ol li ol li {
    margin-bottom: 0;
    line-height: 24px;
}

ol li p {
    width: 100%;
    margin: 0;
    line-height: 24px;
    margin-bottom: 5px;
    /* word-wrap: break-word !important;
    word-break: break-all;
    overflow-wrap: break-word !important; */
}

li::before {
    content: counters(section, ".") ".";
    font-weight: bold;
    float: left;
    font-size: 16px;
    overflow: hidden;
    height: 18px;
    line-height: 24px;
}

ol.termsAndConditions h2 {
    clear: unset;
}

ol.termsAndConditions>li::before {
    margin-top: 0px;
    margin-right: 5px;
    font-size: 16px;
}

/* 
ol li ol>li {
    margin-bottom: 10px;
}

ol li ol>li::before {
    content: counters(section, ".") " ";
    font-weight: normal;
} */