.homepage-indiv-section-wrapper .article-image-wrap {
  overflow: hidden;
  height: auto;
  display: block;
}
.homepage-indiv-section-wrapper .article-image-wrap img {
  width: 100%;
  height: auto;
}
.homepage-blog--title {
  margin: 5px 0 20px 0;
  height: 24px;
  overflow: hidden;
}
.homepage-blog--title a {
  color: var(--text-color);
}
.blog-title-wrapper {
  margin: 10px 0 0;
}
.individual-article--no-date.blog-title-wrapper {
  margin: 15px 0 0;
}
.no-article-image-in-header.blog-title-wrapper {
  margin-top: 0;
}
.homepage-blog--date {
  font-size: 13px;
  font-weight: 300;
  display: inline-block;
}
.home-blog-excerpt,
.home-blog-excerpt p:last-child {
  margin-bottom: 0;
  height: 66px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .homepage-blog-mobile .swiper-slide .grid__item {
    padding-left: 0px !important;
    margin-left: 0px !important;
  }
  .homepage-blog-mobile .swiper-pagination {
    margin-top: 15px;
  }
  .grid__item {
    margin-top: 0;
  }
  .blog-posts
    .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet:last-of-type {
    margin-right: 0;
  }
  .blog-posts
    .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet:first-of-type {
    margin-left: 0;
  }
  /*new add*/
  .homepage-blog--title a{
    font-size: 12px;
  }
  .home-blog-excerpt, .home-blog-excerpt p:last-child{
    font-size: 12px;
    height: 55px;
  }
}
