      body {
                  margin: 0;
                  font-family: "Raleway", Helvetica, Arial, sans-serif;
                  font-size: 1rem;
                  font-weight: 400;
                  line-height: 1.5;
                  color: #212529;
                  text-align: left;
                  background-color: #fff;
            }

          

            .privacy_policy .heading_box {
                  background-color: #2e5feb;
                  color: #fff;
                  padding: 14px 2px;
                  text-align: center;
            }

            .privacy_policy .heading_box h1 {
                  color: #fff;
                  font-size: 25px;
                  font-weight: 600;
                  line-height: 30px;
                  margin: 0;
                  padding: 0;

            }

            .privacy_policy .heading_box p {
                  color: #fff;
                  margin: 0 0;
                  font-size: 15px;
                  font-weight: 500;

            }

            .privacy_policy main {
                  max-width: 80%;
                  margin: 20px auto;
            }

            .privacy_policy main h2 {
                  color: #183373;
                  border-bottom: 1px solid #e2e8f0;
                  padding-bottom: 0.3rem;
                  margin: 4px 0 7px;
                  font-size: 21px;
                  font-weight: 600;
            }

            .privacy_policy main p {
                  line-height: 1.55;
                  color: #333;
                  font-size: 15px;
                  font-weight: 500;
               
            }
               .privacy_policy main  .text_p {
                  margin: 0 0 18px !important;
            }
            
            .privacy_policy main ul li{
                line-height: 1.55;
                  color: #333;
                  font-size: 15px;
                  font-weight: 500;   
            }