.blogListBox {
  border-radius: 10px;
  box-shadow: 0 2px 8px 0 #63636333;
  height: auto;
  margin: 0 0 2rem 0;
  background-color: whitesmoke;
  align-items: center;
}

.blogListBox .col-lg-5 {
  padding: 0;
  padding-right: 1rem;
}

.blogListBox .banner_img img {
  height: 200px;
  width: 100%;
  border-radius: 5px 0 0 5px;
}

.blogListBox {
  margin-bottom: 2rem;
}

.blogListBox h2 {
    font-weight: 600;
  font-size: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000;
}

.blogListBox p {
  margin-bottom: 0;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  color: #000;
  -webkit-box-orient: vertical;
}

/* Right column compact cards */
.all-post-item {
  background-color: whitesmoke;
  padding-right: 10px;
  border-radius: 5px;
}

.meta .small {
  color: #000;
}

.all-post-item a:hover {
  text-decoration: none;
}

.all-post-item .thumb {
  display: block;
  width: 110px;
  /* thumbnail width */
  flex: 0 0 110px;
}
.all-post-item .small{
    font-size: 12px;
   
}

.all-post-item .thumb img {
  width: 110px;
  height: 80px;
  /* keep it compact */
  object-fit: cover;
  border-radius: 6px;
}

.all-post-item .post-title-link {
  display: -webkit-box;
  font-size: 13px;
  font-weight: 600;
  color: #000;
  margin-top: 4px;
  text-decoration: none;
  line-height: 1.25rem;
  -webkit-line-clamp: 2;
  /* clamp to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .all-post-item .thumb,
  .all-post-item .thumb img {
    width: 96px;
    height: 66px;
  }
}

.main-intro h2 {
  color: #000;
  font-size: 1.6rem;
}

.featured_text {
  color: #000;
  font-size: 1.1rem !important;
}

.blog_hero_section {
  padding: 2rem 6rem;
  background-color: whitesmoke;
}

.blog_hero_section h1 {
  font-size: 3rem;
  line-height: normal;
  font-weight: 600;
  text-align: center;
  color: #000;
}

.blog_hero_section h1 span {
  color: #000;
}

.related_posts {
  height: 600px;
  overflow-y: auto;
  position: sticky;
  top: 2rem;
}
@media only screen and (max-width:500px)
{
    .blog_hero_section { padding: 2rem 1.5rem; }
    .blog_hero_section h1 {
    font-size: 1.8rem;
    }
    .blogListBox{
        margin: 0 6px 20px 6px!important;
        
    }
    .blogListBox .col-lg-5{
        padding-right: 0;
    }
    .blogListBox .banner_img img {
    height: 150px;
 
    border-radius: 5px  5px 0 0;
    margin-bottom: 1rem;
    }
    .blogListBox .col-lg-7{
                padding: 0px 10px 10px 10px !important;
    }
   .blogListBox h2 {
    font-weight: 600;
    font-size: 1.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #000;
}
   .all-post-item .thumb {
    display: block;
    width: 80px;
    flex: 0 0 80px;
}
    .all-post-item .thumb, .all-post-item .thumb img {
        width: 80px;
        height: 70px;
    }
    
}

