body {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.privacy-tab-container {
    margin-top: 65px;
}

.prj-cont-space{
    padding-bottom: 0;
}

.privacy-tab-container h2 {
    color: #f36b22;
    font-weight: 500;
    font-size: 36px;
    text-align: center;
    text-decoration: underline;
}

.privacy-tab-container h3 {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.privacy-tab-container h4 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 20px;
}

.privacy-tab-container p {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}

.footer-policy-table {
    width: 100%;
    max-width: 700px;
    border-collapse: collapse;
    font-size: 14px;
    color: #ffffff;
}

.footer-policy-table td {
    padding: 6px 10px;
    border: 1px solid #fff;
    font-family: Montserrat, sans-serif;
}

.footer-policy-table td:first-child {
    font-weight: 600;
    width: 45%;
    color: #cccccc;
    /* slightly dim label */
}

.footer-policy-table a {
    color: #ffffff;
    text-decoration: none;
}

.footer-policy-table a:hover {
    text-decoration: underline;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    color: #ffffff;
    font-size: 14px;
    margin-top: 20px;
}

.cookie-table th,
.cookie-table td {
    border: 1px solid #fff;
    padding: 10px;
    text-align: left;
}

.cookie-table a {
    color: #fff;
}

.contact-box {
    border: 1px solid #888;
    padding: 20px;
    max-width: 600px;
    margin: 20px 0;
    color: #fff;
    border: 1px solid #ccc;
    font-family: serif;
}

.contact-box p {
    margin: 10px 0;
    line-height: 1.6;
}

.contact-box em {
    font-style: italic;
}

.contact-box a {
    color: inherit;
    text-decoration: none;
}

@media (max-width: 991px) {
    .privacy-tab-container h2 {
        font-size: 26px;
    }

    .table-wrapper {
        width: 100%;
        overflow-x: auto;
    }

    .table-wrapper::-webkit-scrollbar {
        height: 6px;
    }

    .table-wrapper::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.3);
        border-radius: 10px;
    }

    /* optional: prevent text breaking */
    .cookie-table {
        min-width: 600px;
    }

    .privacy-tab-container ul{
        padding: 10px 10px;
    }

    .prj-cont-space{
        padding: 0 20px !important;
    }
}