.protection-policy-page {
    padding-top: clamp(8rem, 13vw, 12rem);
}
section.protection-section {
    padding-bottom: 80px;
}
h2{
        font-size: 22px;
    color: #0a3d9c;
    font-family: "Satoshi";
    font-weight: 700;
    line-height: 112%;
    padding: 40px 0 10px;
}
h4{
        color: #0A3D9C;
    font-family: Satoshi;
    font-size: 2.3em;
    font-weight: 700;
    line-height: 112%;
}

p, li{
    font-size: 1em;
    color: #000;
    font-family: "Poppins";
    font-weight: 400;
    line-height: normal;
}
em{
    font-size: 1em;
    color: #000;
    font-family: "Poppins";
    font-weight: 400;
    line-height: normal;
}
.table-responsive {
    overflow-x: auto;
    margin: 25px 0;
}

.cpc-table {
    width: 100%;
    border-collapse: collapse;
}

.cpc-table th,
.cpc-table td {
    border: 1px solid #000;
    padding: 14px 18px;
    vertical-align: top;
}

.cpc-table th {
    font-weight: 700;
    font-family: "Poppins";
}

.cpc-table td:first-child {
    width: 26%;
    font-weight: 700;
}

.contact-details {
    margin-top: 30px;
}

.contact-details ul {
    padding-left: 20px;
}

.contact-details a {
    color: #0047b3;
    text-decoration: underline;
}