.section-text{
    padding: 0 64px;
    padding-bottom: 64px;
    font-size: 20px;
    max-width: 1170px;
    margin: 0 auto;
}

.section-header{
    font-size: 20px;
    max-width: 1170px;
    padding: 64px 64px 0  64px;
    margin: 0 auto;
}

.section-header header{
    margin-bottom: 32px;
}

h1.entry-title {
    font-size: 64px;
    line-height: 70px;
    font-weight: 700;
    font-family: 'Centra-Bold', sans-serif;
    margin: 0;
}


h3{
    font-family: 'Centra-Bold', sans-serif;
    font-size: 1.17em;
    margin: 0;
    margin-bottom: .5rem;
}

p{
    margin-bottom: 24px;
    margin-top: 0;
}

strong, b{
    font-family: 'Centra-Bold', sans-serif;
    font-weight: 700;
}

a{
    color: #00719e ;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

.staticText h2, .staticText h3{
    font-family: 'Centra-Medium', sans-serif;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin: 12px 0;
}

.privacyPolicyTable {
    border-collapse: collapse;
    border: 1px solid #e4e9ed;
}

.privacyPolicyTable td, .privacyPolicyTable th {
    border: 1px solid #e4e9ed;
    padding: 8px;
}
.privacyPolicyTable__header {
    background-color: #f5f8fa;
}

.privacyHeader {
    color: #00719e !important;
}

.redirect-home{
    color: #00719e;
    text-decoration: none;
}

@media (max-width: 991px) {
    .section-header{
        font-size: 16px;
    }    
    .section-text{
        font-size: 16px;
    }

    h1.entry-title {
        font-size: 32px;
    }
}

@media (min-width: 576px) {
    .section-text{
        padding: 0 32px;
    }

    .section-header{
        padding: 32px 32px 0  32px;
    }
}


@media (max-width: 600px) {
    .section-text{
        padding: 0 16px;
    }

    .section-header{
        padding: 32px 16px 0  16px;
    }
}