.blog-post-cards{display:flex;flex-wrap:wrap}.blog-post-cards__card{display:flex;flex-direction:column;height:100%;transition:all .2s linear}.blog-post-cards__card:hover{-webkit-box-shadow:0 3px 5px 0 rgba(0,0,0,.04);-moz-box-shadow:0 3px 5px 0 rgba(0,0,0,.04);box-shadow:0 3px 5px 0 rgba(0,0,0,.04);transition:all .2s linear}.blog-post-cards__card-image{margin:0}.blog-post-cards__card-image a{display:block;width:100%}.blog-post-cards__card-image img{display:block;height:287px;object-fit:cover;width:100%}.blog_posts_card__tag{margin-bottom:15px}.blog_posts_card__tag a h6{border-radius:100px;padding:4px 16px;text-transform:uppercase;width:fit-content}.blog-post-cards__card-content{display:flex;flex-direction:column;height:100%;justify-content:space-between}.blog-post-cards__card-title{margin-bottom:8px}.blog-post-cards__time{display:flex;justify-content:space-between;margin-bottom:8px}.blog-post-cards__time h6{text-transform:capitalize}.blog-post-cards__card-button{margin-top:10px}.blog-post-cards__card-button.button--simple{padding-bottom:0}