/* homepage css only */
.whyus-item-title .elementor-heading-title:before{
  content: '';
  display: block;
  width: 20px;
  height: 5px;
  background: #1F3C6F;
  margin-bottom: 10px;
}
.post-listing-container .news-list-container{ 
  flex-wrap: wrap;
}
.post-listing-container .posts-item{
  flex: 0 0  100%; 
}
.post-listing-container .news-list-container{
  gap: 40px;
}
.post-listing-container .news-img-container {
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 24px;
}
.post-listing-container .news-img-container img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-listing-container .news-content-container a{
  text-decoration: none;
  color: #000;
}
.post-listing-container .entry-meta{
  margin-bottom: 8px;
  line-height: 125%;
}
.post-listing-container .post-item-title{
  margin-bottom: 5px;
  line-height: 150%;
  font-weight: 700;
}
  .news-content-container .post-item-desc{
    line-height: 26px;
  }


@media (min-width: 576px) {
  .post-listing-container .posts-item{
    flex: 0 0 calc((100% / 2 - 20px ) ); 
  }
}
@media (min-width: 768px) {
  .posted-on {
    font-size: 14px;
    color: var(--main-color);
    line-height: 125%;
}
  .post-listing-container .posts-item{
    flex: 0 0 calc((100% / 2 - 40px ) ); 
  }

  .post-listing-container .news-img-container{
    height: 200px;
    border-radius: 10px;
    overflow: hidden; 
    margin-bottom: 24px;
 
  }
}
@media (min-width: 991px) {
  .post-listing-container .news-content-container .post-item-desc{
    line-height: 20px;
  }
  .post-listing-container .posts-item{
    flex: 0 0 calc((100% / 3 - 27px ) ); 
  }
}