.blog-card {
  background: white;
  border-radius: 40px;
  padding: 34px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.blog-card img {
  border-radius: 0.75rem;
}
.post-meta {
  color: #ff6600;
  font-weight: bold;
  font-size: 0.9rem;
}
.article-title {
  font-size: 2rem;
  font-weight: 800;
  margin: 1rem 0;
}
.article-section {
  margin: 3rem 0;
}
.article-section h3 {
  margin-bottom: 1rem;
  font-family: 'PPNeue' !important;
  font-size: 35px;
  font-weight: 400;
  font-style: normal;
}
.article-section ul {
  padding-left: 1.2rem;
}
.article-section ul li {
  margin-bottom: 0.5rem;
}
.footer {
  background: #000;
  color: #fff;
  padding: 2rem 0;
}
.social-icons a {
  color: #fff;
  font-size: 1.5rem;
  margin-right: 1rem;
}

.blog-card.mx-auto {
  margin: 30px auto;
}

.blog-card h3 {
  color: #2ea3f2;
}
.blog-card p {
  font-size: 16px;
}
.tpsec img {
  border-radius: 20px;
}
.blog-card .pp_font {
  font-size: 60px;
  line-height: 96%
}

.tp-txt {
  margin-top: 10%;
}

.article-section li {
  color: #7E7E7E;
    font-size: 16px;
}
.article-section ul {
  list-style: circle;
}

.related-post {
  background: white;
    border-radius: 30px;
    padding: 16px;
    margin: 0 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.related-post img {
  border-radius: 18px;
  height: 325px;
}

.fw-bold {
    font-family: 'PPNeue' !important;
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    color: #2ea3f2 !important;
    margin: 6% 0;
}

.blgcontainers {
  padding: 40px 54px 0;
}

.img-bg-sec::before {
    background-image: url(../images/dot_bg.png);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    z-index: -1;
}
.bg-tl {
  padding: 0 18px 9px;
}

.blgcontainers .blog-card{
  padding-left: 34px;
  padding-right: 34px;
  padding-bottom: 34px;
  padding-top: 34px;
}

.blog-card.tp-img {
  margin-right: 20px;
}
.blog-card.tp-txt {
  height: 532px;
  width: 48.8%;
  margin: 0;
}
.blgcontainers .row {
  margin: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.blgcontainers.two {
  padding-top: 0px;
}
.related-post.first{
  margin-left: 0px;
}.related-post.last{
  margin-right: 0px;
}

.whitepaper .blog-card.tp-img {
  padding: 0px;
}
.whitepaper .blog-card.tp-img img {
  width: 100%;
  height: 100%;
  border-radius: 40px;
}

.whitepaper .blog-card.tp-txt {
    height: 761px;
    width: 48.6%;
    margin: 0;
}

.seco .blog-card.tp-txt {
  margin-right: 21px;
}
.seco .blog-card.tp-img {
  margin-right: 0px;
}

.blgcontainerstow{
  margin-top: 10%;
}
.blgcontainerstow .pp_font{
  text-align: center;
}
.cbtn{
  display: block;
  width: 100%;
  text-align: center;
}

.blockar {
  width: 70%;
  margin: 6% auto;
}
.blockar .block{
  padding: 30px;
  background: #fff;
  border-radius: 32px;
  margin: 10px;
  width: 31.6%;
}
.blockar .block h3{
  font-family: 'PPNeue' !important;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  color: #2ea3f2 !important;
}