.blog_articles {
  padding: 140px 0 100px;
}
.blog_articles .blog_content_top{
  max-width:759px;margin:38px auto 0;
}
.blog_articles .blog_content_top time {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #60646F;
  text-transform: uppercase;
}
.blog_articles .blog_content_top h1 {
  font-style: normal;
  font-weight: 600;   display: table;
  font-size: 36px;  margin: 12px 0 24px;
  line-height: 1.3;
  color: #1C1E20;
}
.blog_articles .blog_content_top p {
  font-weight: 400;  margin: 0 0 2rem;
  font-size: 18px; 
  line-height:1.5;color: #1C1E20;
}
.blog_articles .blog_content_top p a {
  color:#193D9B;  
}
.blog_articles .blog_content_top p img {
  float: none !important; 
  margin-left: 0 !important; 
  margin-right: 0px;
  display: block; 
}
.blog_articles .blog_content_top ul li, .blog_articles .blog_content_top ol li {
  font-weight: 400;
  font-size: 18px;
  line-height:1.5;color: #1C1E20;
}
.blog_articles .blog_content_top h2 {
  font-size: 32px;  color: #1c1e20;
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  margin: 20px 0 24px;
}
.blog_articles .blog_content_top h3{
  font-size:28px;   color: #1c1e20;
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  margin: 20px 0 24px;
}
.blog_articles .blog_content_top h4{
  font-size:24px; color: #1c1e20;
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  margin: 20px 0 24px;
}
.blog_articles .blog_content_top h5{
  font-size:20px;   color: #1c1e20;
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  margin: 20px 0 24px;
}
.blog_articles .blog_content_top h6{
  font-size:18px;  color: #1c1e20;
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  margin: 20px 0 24px;
}
}
.blog_articles .blog_featured_image img {
  width: 100%;
}
.related_posts_blog {
  padding: 20px 0 100px;
}
.related_posts_blog .to_heading_related {
  text-align: center;
}
.related_posts_blog .to_heading_related p{
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #60646F;
  text-align: center;   margin: 0 0 16px;
}
.related_posts_blog .to_heading_related h2 {
  font-weight: 600;
  font-size: 46px;  margin: 0 0 20px;
  line-height: 1.2;
  text-align: center; 
  color: #1C1E20;
}
.related-post-card{
  margin: 30px 0 0;
}
.related-post-card h5 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;  margin: 0 0 18px;
  color: #1C1E20;
}
.related-post-card h5 a {
  color: #1C1E20;
}
.related-post-card p {
  font-weight: 400;
  font-size: 14px;  margin: 0 0 17px;
  line-height: 1.5;
  color: #1C1E20;

}
.related_posts_blog .row {
  justify-content: center;
  --bs-gutter-x: 3.5rem;
}
.related-post-card .cta_read_more{
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #193D9B;
}
.blog_articles .blog_content_top ol li a, .blog_articles .blog_content_top ul li a {
  color: #193D9B;
}

@media (max-width: 767px) {
  .blog_articles {
    padding: 100px 0 70px;
  }
  .blog_articles .blog_content_top {
    margin: 25px auto 0;
    max-width: 759px;
  }
  .blog_articles .blog_content_top h1 {
    font-size: 28px;
  } 
  .blog_articles .blog_content_top p, .blog_articles .blog_content_top ol li, .blog_articles .blog_content_top ul li {
    font-size: 16px;
  }
  .blog_articles .blog_content_top h3 {
    font-size: 25px;
  }
  .blog_articles .blog_content_top h3 {
    font-size: 22px;
  }
  .blog_articles .blog_content_top h4 {
    font-size: 20px;
  }
  .blog_articles .blog_content_top h5 {
    font-size: 18px;
  }
  .blog_articles .blog_content_top h6 {
    font-size: 16px;
  }
  .related_posts_blog .to_heading_related h2 {
    font-size: 28px;
  }
  .related-post-card h5 {
    font-size: 18px;
  }
  .related_posts_blog {
    padding: 20px 0 60px;
  }
  .related_posts_blog .row {
    --bs-gutter-x: 1.5rem;
  }
}


@media (min-width: 768px) and (max-width:1199.98px) {
  .related_posts_blog .row {
    --bs-gutter-x: 1.5rem;
  }
  .related-post-card h5 {
    font-size: 18px;
  }
}