.blog-posts{background:var(--white)}.blog-posts__title{max-width:100%}.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(--mediumGrey);-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{display:block;height:auto;max-width:100%;overflow:hidden;width:100%}.blog-posts__post-type{background:var(--black);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-title{line-height:100%}.blog-posts__post-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:var(--accent);gap:8px;margin-top:auto;text-decoration:none}.blog-posts__post-link:hover{color:#3f7798;filter:brightness(0) saturate(100%) invert(45%) sepia(21%) saturate(1077%) hue-rotate(159deg) brightness(89%) contrast(89%)}.blog-posts__post-link path{fill:var(--accent);-webkit-transition:fill .2s;-o-transition:fill .2s;transition:fill .2s}@media (max-width:1152px){.blog-posts__title{max-width:655px}.blog-posts__posts{gap:20px}.blog-posts__post{max-width:calc(33.33333% - 13.33333px)}}@media (max-width:767px){.blog-posts__post{max-width:100%}.blog-posts__btn{width:100%!important}}