.blog-list__grid-wrapper{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:20px;padding-bottom:30px}.blog-list__item-wrapper{border-bottom-right-radius:50px;overflow:hidden}.blog-list__item-wrapper.case-study{background-color:var(--pepper-red)}.blog-post-card-content{height:100%;min-height:325px;padding:40px}.blog-list__item-wrapper,.blog-post-card-content{display:flex;flex-direction:column}.blog-list__item-wrapper img{display:block;height:325px;object-fit:cover;object-position:center;width:100%}.blog-list__item-wrapper .blog-post__tag-link{color:var(--pepper-red);text-transform:uppercase}.blog-list__item-wrapper .post-header{flex:1}.blog-list__item-wrapper .post-header h4{font-size:20px;margin-bottom:30px}.blog-list__item-wrapper .post-header h4 a{color:var(--dark-blue);font-size:20px;margin-bottom:10px;text-decoration:none}.blog-list__item-wrapper .blog-list__item-date{display:block;font-size:16px;margin-bottom:10px}.blog-list__item-inner{background-color:#ccd4d9;flex:1}.blog-post__topics-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:flex-start;list-style:none;padding:0}.blog-post__tag-link{color:var(--dark-blue);font-size:16px;font-weight:700;text-decoration:none}.blog-post__tag-link.blog-post__tag--active{color:var(pepper-red)}.blog-list__item-wrapper--dark-bg{background-color:var(--purple);color:var(--white)}.blog-list__item-wrapper--dark-bg :is(.blog-post__tag-link,.blog-list__item-date,.post-header h4 a,.read-more-anchor){color:var(--white)}.blog-list__featured-image-wrapper{overflow:hidden}.blog-list__featured-image-wrapper img{transition:all .25s cubic-bezier(.4,0,.2,1)}.blog-list__item-wrapper:hover .blog-list__featured-image-wrapper img{transform:scale(1.2)}.blog-list__item-wrapper.blog-post__tag--insight{position:relative}.blog-list__item-wrapper.blog-post__tag--insight:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.blog-list__item-wrapper.blog-post__tag--insight .blog-post-card-content{max-height:50%;position:relative;z-index:3}.blog-list__item-wrapper.blog-post__tag--insight .blog-post-card-content :where(h4,p,a,.blog-list__item-date){color:var(--white)}.blog-list__item-wrapper.blog-post__tag--insight img{height:100%;left:0;object-fit:cover;object-position:center;position:absolute;top:0;width:100%;z-index:1}@media only screen and (min-width:650px){.blog-list__grid-wrapper{gap:40px;grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1024px){.blog-list__grid-wrapper{gap:60px;grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:1280px){.blog-list__grid-wrapper{gap:80px}}