/* Privacy Policy Title */
.kb2b-privacy-policy-title h1 {
    font-size: 24px !important;
    color: #002B4E !important;
    font-weight: 700 !important;
    font-style: normal !important;
    line-height: 31.2px !important;
    font-family: "LeagueSpartan-Bold" !important;

    /* Tablet Styles */
    @media only screen and (min-width: 751px) {
        font-size: 37px !important;
        line-height: 48.1px !important;
    }
}
/* Privacy Policy Body */
.kb2b-privacy-policy-body {
    community_builder-output-rich-text {
        /* Title */ 
        p strong[style*="font-size: 14pt"] {
            font-size: 20px !important;
            color: #00213C !important;
            font-weight: 700 !important;
            font-style: normal !important;
            line-height: 26.1px !important;
            font-family: "LeagueSpartan-Bold" !important;
        
            /* Tablet Styles */
            @media only screen and (min-width: 751px) {
                font-size: 31px !important;
                line-height: 40.3px !important;
            }
        }
        /* Subtitle */ 
        p strong[style*="font-size: 11pt"] {
            font-size: 17px !important;
            color: #00213C !important;
            font-weight: 700 !important;
            line-height: 22px !important;
            font-style: normal !important;
            font-family: "LeagueSpartan-Bold" !important;

            /* Tablet Styles */
            @media only screen and (min-width: 751px) {
                font-size: 26px !important;
                line-height: 33.8px !important;
            }
        }
        /* Text */ 
        p span,
        p u {
            font-size: 12px !important;
            color: #5C5C5C !important;
            font-weight: 400 !important;
            line-height: 18px !important;
            font-style: normal !important;
            font-family: "PTSans-Regular" !important;

            /* Tablet Styles */
            @media only screen and (min-width: 751px) {
                font-size: 18px !important;
                line-height: 27px !important;
            }
        }
        /* List */ 
        ul li span {
            font-size: 12px !important;
            color: #9B9B9B !important;
            font-weight: 400 !important;
            line-height: 18px !important;
            font-style: normal !important;
            font-family: "PTSans-Regular" !important;

            /* Tablet Styles */
            @media only screen and (min-width: 751px) {
                font-size: 18px !important;
                line-height: 27px !important;
            }
        }
        /* Links */ 
        p a {
            font-weight: 400;
            line-height: 18px;
            font-style: normal;
            font-size: 12px !important;
            color: #11528F !important;
            text-underline-offset: auto;
            text-decoration-skip-ink: none;
            text-underline-position: from-font;
            text-decoration-style: solid !important;
            font-family: "PTSans-Regular" !important;
            text-decoration-thickness: auto !important;
            text-decoration-line: underline !important;

            /* Tablet Styles */
            @media only screen and (min-width: 751px) {
                font-size: 18px !important;
                line-height: 27px !important;
            }
        }
    }
}