.blog-index-latest-posts{padding:30px 0 60px}.blog-index-latest-posts__headings{border-bottom:1px solid rgba(0,0,0,.25);margin-bottom:32px;text-align:center}.blog-index-latest-posts__grid{column-gap:1rem;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));row-gap:1.5rem}.blog-index-latest-posts__img-wrap:hover .blog-index-latest-posts__img{transform:scale(1.08)}.blog-index-latest-posts__img-wrap{border-radius:5px;overflow:hidden;padding-top:48%;position:relative;width:100%}.blog-index-latest-posts__img{height:100%;inset:0;object-fit:cover;position:absolute;transform-origin:center;transition-duration:2s;transition-property:transform,translate,scale,rotate;transition-timing-function:cubic-bezier(0,.55,.45,1);width:100%}.blog-index-latest-posts__content-wrap{display:flex;flex:1 1 0%;flex-direction:column;justify-content:space-between;padding:1rem 0;width:100%}.blog-index-latest-posts__title{font-family:Sohne;font-size:18px;font-weight:500;line-height:130%;margin-bottom:0}.blog-index-latest-posts__title a{color:var(--black)}.blog-index-latest-posts__description{margin-bottom:0;margin-top:.5rem}.blog-index-latest-posts__tags-wrap{display:flex;flex-wrap:wrap;margin-bottom:0;margin-top:1rem}.blog-index-latest-posts__view-all-link{text-align:center}@media (min-width:768px){.blog-index-latest-posts__headings{margin-bottom:50px}.blog-index-latest-posts__grid{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:2rem}.blog-index-latest-posts__title{font-size:20px}}@media (min-width:1024px){.blog-index-latest-posts__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}