.blog-index{align-items:flex-start;display:flex;flex-wrap:wrap;margin:0 -.5rem;padding:1rem 0}.blog-index__post{padding:.5rem}@media screen and (min-width:560px){.blog-index__post{flex:0 0 50%}}@media screen and (min-width:860px){.blog-index__post{flex:0 0 33.33333%}}.blog-index__post--featured{display:flex;flex-basis:100%;flex-direction:column}@media only screen and (min-width:768px){.blog-index__post--featured{flex-direction:row-reverse;justify-content:space-between}}.blog-index__post--featured .blog-index__post-info{width:100%}@media only screen and (min-width:768px){.blog-index__post--featured .blog-index__post-info{width:50%}}@media only screen and (min-width:1100px){.blog-index__post--featured .blog-index__post-info{padding-right:6rem;padding-top:3.5rem}}.blog-index__post--featured .blog-index__post-title{max-width:none}.blog-index__post-info{flex-shrink:0;padding:1.167rem}.blog-index__post-title{max-width:306px}.blog-index__post-title a{color:var(--dark-primary);font-style:normal;text-decoration:none}.blog-index__post-title a:hover{color:var(--dark-quaternary)}.blog-index__post-tag,.blog-index__post-timestamp{color:var(--dark-tertiary)}.blog-index__post-img{display:block}@media screen and (max-width:559px){.blog-index__post-img figure{max-width:none}}.blog-index__post-img img{transition:var(--transition)}.blog-index__post-img:hover img{filter:brightness(.7);transform:scale(1.08)}.blog-index__post-img--no{align-items:center;display:flex;justify-content:center}.blog-index__post-img--no img{flex-grow:0;flex-shrink:0}.blog-index__post-author{align-items:center;display:flex}.blog-index__post-author-img{margin-right:.5rem}.blog-index__post-author-name{margin:0}