*{
    box-sizing: border-box;
}
body{
    padding: 0;
    margin: 0;
}
.privacy-policy-section {
    font-family: var(--body-font);
    background-color: var(--white);
}
.privacy-policy-hero-section {
    padding: 65px 0;
    background: var(--primary-green-bg);
    font-family: var(--body-font);
    position: relative;
    overflow: hidden;
}
.get-involved-hero-wrapper{
    text-align: center;
}
.privacy-policy-hero-title {
    font-size: 56px;
    font-weight: 700;
    color: var(--dark);
    line-height: 1.2;
    margin-bottom: 14px;
    font-family: var(--headerfont);
    letter-spacing: -0.8px;
    text-align: center;
}
.privacy-policy-hero-desc {
    font-size: 18px;
    color: var(--text-muted);
    line-height: 1.7;
    font-weight: 400;
    text-align: center;
    margin: 0 15%;
    margin-bottom: 14px;
}
.privacy-policy-subpage{
    padding: 75px 0px;
}
.privacy-policy-protect-it h2{
     font-size: 28px;
    font-weight: 700;
    color: var(--dark);
    line-height: 1.25;
    margin-bottom: 12px;
    font-family: var(--headerfont);
    letter-spacing: -0.5px;
}
.privacy-policy-paragraph{
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-muted);
    margin-bottom: 14px;
}
@media(max-width:991px){
    .privacy-policy-hero-title {
    font-size: 34px;
}
.privacy-policy-protect-it h2{
     font-size: 20px;
}
}
@media(max-width:767px){
    .privacy-policy-hero-desc {
    font-size: 14px;
    font-weight: 500;
    margin: 0px 4%;
}

.privacy-policy-protect-it h2{
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 14px;
}
.privacy-policy-paragraph{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
}
}