.blog-index{display:grid;grid-template-columns:1fr;grid-gap:24px;grid-row-gap:60px}@media screen and (min-width:768px){.blog-index{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1000px){.blog-index{grid-template-columns:repeat(3,1fr)}}.blog-index__post-title{font-size:1.25rem}.blog-index__post-timestamp{display:block}.blog-index__post-author{align-items:center;display:flex}.blog-index__post-author-image{border-radius:50%;height:auto;margin-right:.35rem;width:30px}.blog-index__post-title-link{color:#2e2e2e}.blog-index__post-tag,.blog-index__post-timestamp{font-size:13px;text-transform:uppercase;letter-spacing:.93px;font-weight:500}.blog-index__divider{max-width:100%;margin-top:24px;margin-bottom:-12px}.blog-index__post-tags,.blog-index__post-title,.blog-index__post-timestamp,.blog-index__post-author,.blog-index__post-image--small{margin:0 0 10px}