  /*  */

  .blog_h {
    font-size: 40px;
    line-height: 1.25;
  }
  .text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .cate {
    padding: 0.25rem 1rem;
    background: #f8f8f8;
    border-radius: 44px;
  }
  .img_cont img {
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
  }
  /*  */
  .post-content h2 {
    color: #1c1d24;
    font-weight: normal !important;
    font-size: 32px;
    line-height: 1.4;
  }
  .post-content li {
    list-style: disc;
    margin-bottom: 15px;
  }

  .post-content h3 {
    font-size: 20px;
    line-height: 1.5;
    color: #1c1d24;
    font-weight: 400 !important;
    margin-top: 30px;
  }
  .toc-container {
    margin-bottom: 60px;
  }

  .toc-container__wrapper {
    border: 1px solid #d1d1d3;
    padding: 30px;
    border-radius: 20px;
  }
  .toc-container li {
    list-style: none;
  }
  li.heading a {
    font-size: 14px;
    line-height: 1.5;
    color: #494951 !important;
    padding-bottom: 8px;
    display: block;
  }
  h3[id^="heading-"] {
    scroll-margin-top: 100px; /* or the height of your fixed header */
  }
  .top-80 {
    top: 80px !important;
  }
  .sticky-lg-top.top-80 {
    z-index: 9 !important;
  }
  .he {
    height: fit-content;
  }
  .sticker {
    border-radius: 20px;
    overflow: hidden;
    display: block;
  }
  .bg_r_ {
    padding: 1.25rem;
    background: #31315c;
  }
  .bg_r_ h5 {
    margin-bottom: 0;
    color: #fff !important;
    font-size: 18px;
    line-height: 1.5;
  }
  .blog__post{
    padding-top: 90px;
  }
  @media (max-width: 991px) {
    .blog_h {
      font-size: 30px;
      line-height: 1.25;
    }
    .post-content h2 {
      font-size: 28px;
    }
    .img_cont img {
      border-radius: 30px;
    }
  }
  @media (max-width: 767px) {
    .blog__post {
        padding-top: 70px;
    }
    .blog_h {
      font-size: 28px;
      line-height: 1.25;
    }
    .post-content h2 {
      font-size: 24px;
    }
    .post-content h3{
      margin-top: 20px;
    }
  }
@media screen and (max-width: 640px) {
    .blog__post {
        padding-top: 50px;
    }
}