table {
    margin-bottom: 10px;
    font-size: 16px;
}

th, td {
    border: 1px solid #808080;
    padding: 4px 6px;
}

th {
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
}

#policy-content {
    display: flex;
    justify-content: center;
    flex-flow: column;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 16px;
}

#policy-content h1, #title h1 {
    font-size: 36px !important;
}

#title p {
    font-style: italic;
}

#policy-content h2 {
    font-size: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#policy-content h3 {
    font-size: 20px;
    padding-top: 8px;
}

#policy-content p {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: justify;
    overflow-wrap: break-word;
}

#policy-content li {
    font-size: 16px;
}

.left {
    text-align: left !important;
}

@media (max-width: 600px) {
    table {
        font-size: 14px;
    }

    th {
        white-space: wrap;
    }

    #policy-content {
        padding: 16px;
    }

    #policy-content h1, #title h1 {
        font-size: 32px !important;
    }

    #policy-content h2 {
        font-size: 24px;
    }

    #policy-content h3 {
        font-size: 18px;   
    }

    #policy-content p, #policy-content li {
        font-size: 14px;
    }
}
