.blog-posts__container{display:flex;flex-wrap:wrap;gap:24px}.blog-posts__title{margin-bottom:40px;text-align:center}.blog-posts__post{flex-basis:calc(33.33333% - 16px)}.blog-posts__post,.blog-posts__post:hover{text-decoration:none}.blog-posts__image{border-radius:20px}.blog-posts__image img{aspect-ratio:1;object-fit:cover;width:110px}.blog-posts__post-content{display:flex;flex-direction:column;margin-top:16px;row-gap:16px}.blog-post__title,.blog-posts__post-content a:hover{text-decoration:none}.blog-post__title{display:-webkit-box;margin:0;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.blog-posts__meta{font-size:16px;opacity:.6}.blog-post__summary,.blog-posts__meta{color:#1e1e1e;font-weight:500}@media (max-width:992px){.blog-posts__container{flex-direction:row;flex-wrap:wrap;justify-content:space-between}.blog-posts__post{width:48%}.blog-posts__image img,.blog-posts__post-content{width:100%}}@media (max-width:767px){.blog-posts__container{flex-direction:column}.blog-posts__post{width:100%}}