.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;
}

.blog-posts-wrapper .homepage-sections--title {
  text-transform: capitalize;
}
.homepage-indiv-section-wrapper .article-image-wrap img,
.homepage-indiv-section-wrapper .article-image img {
  min-height: 270px;
  height: 270px;
  min-width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.blog-content-wrapper {
  background: #fff;
  border-radius: 15px;
  min-height: 500px;
}
.blog-details {
  padding: 15px;
  text-align: left;
}
.read-more {
  text-transform: uppercase;
  color: #221f20 !important;
}
.read-more svg path {
  fill: #221f20 !important;
}
.blog-content-wrapper .rte p {
  letter-spacing: 1.5px;
  color: #2d2d2d;
  line-height: 25px;
  min-height: 100px;
}
.blog-content-wrapper .homepage-blog--date {
  opacity: 80%;
}
.blog-content-wrapper .homepage-blog--title a {
  font-weight: 500;
}
.blog-content-wrapper .homepage-blog--title {
  margin-top: 5px;
}
.sitewide--title-wrapper p.rte.subheading {
  text-align: center;
  opacity: 80%;
  margin-bottom: 0;
}
.blog-post__button {
  background: #221f20 !important;
  color: #fff !important;
  margin-top: 40px;
}
.blog-post__button a {
  color: #fff !important;
}
.blog-posts-wrapper .homepage-indiv-section-wrapper {
  text-align: center;
}
.homepage-blog-mobile .swiper-slide {
  border-radius: 15px;
}
@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;
  }
}
@media only screen and (min-width: 520px) and (max-width: 820px) {
  .blog-posts-wrapper .large--one-third {
    width: 50%;
    margin-bottom: 30px;
  }
}
