.privacyBG {
  background-color: #F8F8F8;
  border-radius: 50px;
}
.privacySection {
  background: url(../images/ppBG.png);
  color: white;
  padding: 50px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  height: 340px;
}
h1 {
  font-weight: 700; 
}
h3 {
  font-size: 1.25rem; 
  font-weight: 700;
}
h6 {
  font-weight: 600;
}
.headingPrivacyPage {
    font-size: 3em;
} 

@media (max-width: 576px) {
  .privacySection {
    padding: 45px 15px;
    background-image: url(../images/ppBGMobile.png);
    height: 200px;
    background-position: center;
  }
}
@media (min-width: 430px) and (max-width: 767.99px) {
  .privacySection {
    background-image: url(../images/ppBGTab.png);
    height: 275px;
  }
  .privacySection {
    padding: 45px 5px;
  }
  .privacySection h2 {
    font-size: 40px;
  }
  .privacySection p {
    font-size: 20px;
  }
  .privacySection p br {
    display: none;
  }

  .explore-btn {
    padding: 18px 41px;
    /* width: 15em; */
  }
  .row.blog_grid_row {
    margin: 0px 10px;
  } 
}
@media (min-width: 744px) and (max-width: 767.99px) { 
  .explore-btn {
    padding: 14px 27px;
    width: 7em;
  }
}

@media (min-width: 768px) and (max-width: 991.99px) {
  .privacySection {
    background-image: url(../images/ppBGTab.png);
    height: 275px;
  }
  .privacySection h2 {
    font-size: 50px;
  }
  .privacySection p {
    font-size: 20px;
  }
  .tags-container {
    margin-top: 30px;
  }
  .row.blog_grid_row {
    margin: 0px 10px;
  }
  .row.blog_grid_row {
    margin: 0px auto;
    max-width: 455px;
  }
}
@media (min-width: 950px) and (max-width: 992px) {
  .explore-btn {
    padding: 13px 28px;
    width: 12em;
  }
  .Blog_bg .explore-btn{
    padding: 13px 19px;
  }
}
@media (min-width: 992px) and (max-width: 1199.99px) {
  .row.blog_grid_row {
    max-width: 820px;
    margin: 0px auto;
  }
}

body.dark-mode 
 {
  color: white;
}

body.dark-mode .privacyBG {
  background-color: #262626;
}

/* Blog Page Dark Mode Css */
/* 
body.dark-mode .privacySection {
  background: url(../images/Blog/article_dark-mode.png);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}
body.dark-mode .explore-container {
  background: #212529;
}
body.dark-mode .explore-btn,
body.dark-mode .blog_grid_button button {
  background: transparent;
}
body.dark-mode .blog_grid_img img {
  content: url(../images/Blog/blog_grid_img_dark.png);
}
body.dark-mode .blog_grid_1 {
  border: 2px solid #292d32;
}
body.dark-mode .date-blog p {
  color: #e5e5e5;
}
body.dark-mode .pagination .page-link.rounded-link,
body.dark-mode .pagination .page-link.pill-link {
  background-color: transparent;
}
body.dark-mode .pagination .page-link.rounded-link.active {
  background-color: #3d84ff;
}
@media (max-width: 400px) {
  body.dark-mode .date-blog p {
    font-size: 11px;
    padding-left: 5px !important;
  }
}   */

 