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

/* new css start */

.homepage-indiv-section-wrapper .article-image-wrap img {
    height: 400px;
    object-fit: cover;
}
.shopify-section.blog-posts-wrapper .homepage-blog--date {
    font-weight: 300;
    margin: 20px 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.07px;
}
.shopify-section.blog-posts-wrapper .homepage-blog--title {
    margin: 5px 0px 10px 0px;
    font-size: 22px !important;
    line-height: 27.59px;
}
.shopify-section.blog-posts-wrapper h2.homepage-sections--title {
    font-size: 30px;
    font-weight: 400;
    line-height: 37.62px;
    margin-bottom: 10px;
}
.shopify-section.blog-posts-wrapper .homepage-sections-wrapper {
    padding: 60px 0 50px 0px;
}
.shopify-section.blog-posts-wrapper .article-image:hover img{
  transform: scale(1.1);
}
.shopify-section.blog-posts-wrapper .article-image-wrap img {
  transition: all .5s ease;
}

@media screen and (max-width: 768px){
  .shopify-section.blog-posts-wrapper .homepage-sections-wrapper {
    padding: 40px 0 40px 0px;
}
  .blog-posts-wrapper .sitewide--title-wrapper {
    margin-bottom: 10px !important;
}
  .blog-posts-wrapper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    position: relative;
}
  .shopify-section.blog-posts-wrapper h2.homepage-sections--title {
    font-size: 28px;
}
}

/* new css end */