/* Reference Hero Section */
.pp-hero {
    background-size: cover;
    background-repeat: no-repeat;
}

/* Privacy Policy Styles */
.privacy-policy {
    margin: 0 auto;
    /* padding: 60px 60px 100px 60px; */
}


.policy-section:nth-child(odd) {
    background-color: #F7F7F7;
}

.policy-section:nth-child(even) {
    background-color: #FFF;
}

.privacy-policy h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    letter-spacing: 2px;
    color: #333;
    margin-bottom: 20px;
}

.policy-number {
    color: #EF5F36;
}

.policy-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 2px;
    color: #333;
}

/* Hero section for privacy policy page */
.pp-hero {
    padding: 80px 0;
    text-align: center;
}

@media (max-width: 768px) {
    .policy-section {
        padding: 30px 30px;
    }
}


.privacy-policy table, .privacy-policy table tr, .privacy-policy table tr td{
    border: none;
}

.privacy-policy table tr:nth-child(odd) {
    background-color: #F7F7F7;
}

.privacy-policy table tr:nth-child(even) {
    background-color: #FFF;
}

.privacy-policy table tr td{
    padding: 60px;
}

.privacy-policy table tr td ul{
    padding-left: 20px;
    margin: 15px 0;
}

.privacy-policy table tr td h4 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.privacy-policy table tr td h3{
    margin-top: 15px;
    margin-bottom: 15px;
}

.privacy-policy table tr td a{
word-break: break-all;
color: #02015F;
} 

@media only screen and (max-width: 756px){
    .privacy-policy table tr td{
        padding: 30px;
    }
}