.blog-posts{background:var(--white)}.blog-posts__posts{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:32px}.blog-posts__post,.blog-posts__posts{display:-webkit-box;display:-ms-flexbox;display:flex}.blog-posts__post{-webkit-box-orient:vertical;-webkit-box-direction:normal;border-bottom:1px solid var(--lightGrey);-ms-flex-direction:column;flex-direction:column;height:auto;max-width:calc(33.33333% - 21.33333px);padding-bottom:16px;width:100%}.blog-posts__post-cover-container{position:relative}.blog-posts__post-cover{border-radius:5px;display:block;height:auto;max-width:100%;overflow:hidden;width:100%}.blog-posts__post-type{background:var(--black);border-radius:5px;bottom:16px;color:var(--white);font-size:12px;font-weight:400;left:16px;line-height:130%;padding:8px 16px;position:absolute}.blog-posts__post-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--darkGrey);gap:12px}.blog-posts__post-info>*{position:relative}.blog-posts__post-info>:nth-child(2){padding-left:12px}.blog-posts__post-info>:nth-child(2):before{background:var(--darkGrey);content:"";height:20px;left:0;position:absolute;top:0;width:1px}.blog-posts__post-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;margin-top:auto;text-decoration:none}.blog-posts__post-link:hover{color:var(--accent)}.blog-posts__post-link path{-webkit-transition:fill .2s;-o-transition:fill .2s;transition:fill .2s}.blog-posts__post-link:hover path{fill:var(--accent)}@media (max-width:1152px){.blog-posts__title{max-width:655px}}@media (max-width:767px){.blog-posts__post{max-width:100%}}