/* Internal styles extracted from ContentPages/Privacy_policy.blade.php */

/* CSS Block 1 */
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

            * {
                margin: 0;
                padding: 0;
                font-family: Montserrat;
            }

            section.Privacy-policy-banner-sec {
                background: url(../../images/login-banner.webp);
                width: 100%;
                height: 410px;
                display: flex;
                align-items: center;
                background-repeat: no-repeat;
                background-size: cover;
            }

            section.Privacy-policy-banner-sec h2 {
                font-family: 'Montserrat';
                font-size: 45px;
                font-weight: 400;
                color: #fff;
            }



            .Privacy-policy-content h3 {
                font-size: 24px;
                font-weight: 500;
                color: #001D58;
            }

            .Privacy-policy-content p,
            .Privacy-policy-content ul {
                font-size: 20px;
                font-weight: 400;
            }

            @media screen and (max-width: 767px) {
                .Privacy-policy-content p {
                    font-size: 16px;

                }

                .Privacy-policy-content h3 {
                    font-size: 20px;
                }

                .Privacy-policy-content ul li {
                    font-size: 16px;
                    margin-bottom: 10px;
                }
            }

