.blog-articles .article-card-list{display:grid;gap:var(--space-8);grid-template-columns:1fr}@media (min-width:750px){.blog-articles .article-card-list{grid-template-columns:repeat(2,1fr)}}@media (min-width:1025px){.blog-articles .article-card-list{grid-template-columns:repeat(3,1fr)}}.blog-articles .article-card-list .content-card-wrapper{min-height:100%}.blog-articles .article-card-list .content-card-image{height:350px;-o-object-fit:cover;object-fit:cover}.blog-articles .article-card-list .title{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis}.blog-articles .article-card-list .subtitle{color:var(--body-font-color);overflow:hidden;text-overflow:ellipsis}.blog-articles .text-top-wrapper{display:flex;flex-direction:column;justify-content:space-between}.blog-articles .article-card-outer-link{display:flex;flex-direction:column;height:100%}.blog-articles .article-card-outer-link:has(>.no-image){justify-content:flex-end}.blog-articles .text-wrapper{flex:0 0 auto}.blog-articles .subtitle{margin-bottom:var(--space-2)}