.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: 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-transparent25);
}
.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-transparent25);
}
.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-transparent25);
}
.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;
  }
  .custom-content-wrapper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:last-of-type {
    margin-right: 0;
  }
  .custom-content-wrapper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:first-of-type {
    margin-left: 0;
  }
}

.btn--link a {
  text-decoration: underline;
  text-underline-offset: 4px;
}