.blog-cards{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.blog-card,.blog-cards .hover-shadow{height:100%}.blog-card{background-color:var(--white-base);border-radius:2px;display:flex;flex-direction:column;justify-content:space-between;padding:21px;position:relative}.blog-card--has-border{border:1px solid var(--gray-base)}.blog-card__img{border-radius:2px;height:227px;margin-bottom:16px;object-fit:cover;width:100%}.blog-card__title{margin-bottom:8px}.blog-card__desc{color:var(--gray-800);font-size:.8889rem}.blog-card__footer{align-items:center;display:flex;justify-content:space-between;margin-top:18px}.blog-card__date,.blog-card__time{color:var(--gray-800);font-size:.8333rem;font-weight:700}@media (min-width:1024px){.blog-cards{gap:48px}}