@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');

body {
    color: #000;
    font-family: 'Poppins', sans-serif !important;
}

.text-block h4 {
    word-wrap: break-word !important;
    margin: 2rem 0 !important;
    font-size: calc(1.2 * 1rem) !important;
}

.content-wrapper {
    padding: 0 8px !important;
}

ol li p {
    margin: .5em 0 !important;
    font-weight: 300 !important;
    line-height: 1.8 !important;
}

ol li strong {
    font-weight: 700 !important;
}

.text-block p {
    font-weight: 300 !important;
}

/* table css */
table.privacy-policy {
    background-color: #fff !important;
    width: 100% !important;
    text-align: left !important;
    border-collapse: collapse !important;
}

table.privacy-policy thead th {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #fff !important;
    width: 50% !important;
}

table.privacy-policy tbody td {
    font-size: 13px !important;
    vertical-align: top !important;
    padding: 16px !important;
}

table.privacy-policy tr:nth-child(even) {
    background: #f2f2f2 !important;
}

table.privacy-policy td, table.privacy-policy th {
    padding: 8px 16px !important;
}

/* end table css */
strong {
    font-weight: 700 !important;
}

@media only screen and (max-width:767px) {
    .content-wrapper {
        padding: 0 !important;
    }

    ol, ul {
        padding-left: 1rem !important;
    }
}

.static-header {
    margin-top: 50px !important;
}
