.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 {
  font-weight: 700;
  font-size: 23px;
  line-height: 23px;
  margin: 20px 0;
}
.homepage-blog--title a {
  color: var(--text-color);
}
.homepage-sections-wrapper--light a {
  color: var(--color-scheme-light-text);
}
.homepage-sections-wrapper--light .swiper-pagination-bullet {
  border: 1px solid var(--color-scheme-light-text);
}
.homepage-sections-wrapper--light .swiper-pagination-bullet.swiper-pagination-bullet-active,
.homepage-sections-wrapper--light .swiper-pagination-bullet:hover {
  background: var(--color-scheme-light-text);
}
.homepage-sections-wrapper--accent a {
  color: var(--color-scheme-feature-text);
}
.homepage-sections-wrapper--accent .swiper-pagination-bullet {
  border: 1px solid var(--color-scheme-feature-text);
}
.homepage-sections-wrapper--accent .swiper-pagination-bullet.swiper-pagination-bullet-active,
.homepage-sections-wrapper--accent .swiper-pagination-bullet:hover {
  background: var(--color-scheme-feature-text);
}
.homepage-sections-wrapper--dark a {
  color: var(--color-scheme-dark-text);
}
.homepage-sections-wrapper--dark .swiper-pagination-bullet {
  border: 1px solid var(--color-scheme-dark-text);
}
.homepage-sections-wrapper--dark .swiper-pagination-bullet.swiper-pagination-bullet-active,
.homepage-sections-wrapper--dark .swiper-pagination-bullet:hover {
  background: var(--color-scheme-dark-text);
}
.homepage-blog--date {
  font-size: 13px;
  font-weight: 300;
  margin: 10px 0 0;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .homepage-blog-mobile .swiper-slide .grid__item {
    padding-left: 0;
  }
  .grid__item {
    margin-top: 0;
  }
  .blog-posts-wrapper
    .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet:last-of-type {
    margin-right: 0;
  }
  .blog-posts-wrapper
    .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet:first-of-type {
    margin-left: 0;
  }
}
