.card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px 0;
    margin-top: 10px;
}

.card-grid div p:first-child {
    font-weight: 700;
}

.card-grid p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}

/* .card-grid span {
    font-size: 10px;
    margin: 0;
    display: inline-block;
} */
.card-grid p:nth-child(2) {
    font-size: 12px;
}

.blog-list__categories + a, .blog-hero .h2:hover {
    color: #000 !important;
  }
  .blog-list__categories + a:hover {
      color: #FF8D54 !important;
  }
  .blog-callaction__inner {
      padding: 40px 70px;
  }
  
  .blog-list__categories {
      display: flex;
      flex-direction: column;
  }
  
  .blog-all__categories {
    display: flex;
    flex-direction: column;
  }
  
  .category-heading {
      border-bottom: 2px solid rgb(126, 180, 219);
      padding-bottom: 10px;
      margin-bottom: 20px;
  }
  
  .blog-list__categories a, .recent-category-item a {
      border-bottom: 2px solid rgb(34, 42, 65, 0.20);
      color: #737373;
      display: block;
      color:rgba(115, 115, 115, 1);
      padding-bottom: 17px;
      margin-bottom: 17px;
  }
  .blog-list__categories a:hover,
  .recent-category-item a:hover {
    color: var(--primary-bg);
  }
  
  .blog-all__categories a {
      border-bottom: 2px solid rgb(34,42,65,.2);
      color: #737373;
      color: rgba(115,115,115,1);
      padding-bottom: 17px;
      margin-bottom: 17px;
  }

  /* paging */

span.page-numbers.current {
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #00732f;
    border-radius: 6px;
    line-height: 40px;
    text-align: center;
}

.page-numbers {
    color: #222A41;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    margin: 0 10px;
}

.page-numbers.placeholder {
    opacity: 1;
    background: transparent;
}

.next-post,
.previous-post,
.blog-list .row .col-md-6:nth-child(2) a,
.blog-hero .row .col-md-6:nth-child(2) a {
    color: #000;
}
.blog-list .row .col-md-6:nth-child(1) img, .blog-hero .row .col-md-6:nth-child(1) img {
    border-radius: 14px;
}
.read-more-link,
.page-numbers:hover,
.next-post:hover,
.previous-post:hover,
.blog-list__categories a:hover,
.blog-list__categories + a:hover,
.blog-list .row .col-md-6:nth-child(2):hover a,
.blog-hero .row .col-md-6:nth-child(2):hover a {
    color: #00732f !important;
}

.featured-media img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.popular-props .blog-slider .swiper-slide img {
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}