.blog-posts-container{display:flex;flex-wrap:wrap;gap:24px}.blog-post-card{display:flex;flex:1 1 calc(33.333% - 16px);flex-wrap:wrap;gap:8px;min-width:280px}span.tag-icon{align-items:center;display:flex;gap:8px}.blog-post-item-header{background-position:50%;background-size:100% auto;border-bottom:3px solid #323296;height:140px;max-width:100%;position:relative;transition:all .2s linear;width:100%}.blog-post-item-header:hover{background-size:120% auto}@media (max-width:768px){.blog-post-card{flex:1 1 100%}}