.aspect-recent-blog-posts{align-items:stretch;display:flex;flex-wrap:wrap;justify-content:space-evenly;margin:0}.recent-blog-post__item{align-items:center;display:flex;flex:0 0 calc(33% - 40px);flex-direction:column;max-height:950px;padding:20px;position:relative}.recent-blog-post__item-img-block{margin-bottom:20px;overflow:hidden;padding-bottom:37.5%;padding-top:37.5%;position:relative;width:100%}.recent-blog-post__item-img{bottom:0;height:100%;left:0;object-fit:cover;position:absolute;right:0;top:0;transition:transform .2s ease;width:100%}.recent-blog-post__item-img:hover{transform:scale(1.1)}.recent-blog-post__item-tags_h a{align-items:center;font-weight:500;margin-bottom:0;text-decoration:none}.recent-blog-post__item-title_h{font-size:20px;margin:0 0 1rem;text-align:center;text-decoration:none}.recent-blog-post__item-title_h-link,.recent-blog-post__item-title_h-link:focus,.recent-blog-post__item-title_h-link:hover{text-decoration:none}.recent-blog-post__item-button-wrapper,.recent-blog-post__item-tags_h{text-align:center;width:100%}.recent-blog-post__item-summary{margin-bottom:4rem;max-height:180px;overflow:hidden;text-align:center}.recent-blog-post__item-button-wrapper{bottom:12px;left:50%;position:absolute;transform:translateX(-50%)}.recent-blog-post__item-button{width:auto}@media screen and (max-width:991px){.recent-blog-post__item{flex:0 0 33.33%}}@media screen and (max-width:767px){.recent-blog-post__item{flex:0 0 50%}}@media screen and (max-width:479px){.recent-blog-post__item{flex:0 0 100%}}