.blog-index__post{margin:1.4rem .5rem;height:100%;width:30%}.blog-index__row{display:flex;margin-bottom:1rem}.blog-index__post-image-wrapper{border-bottom:1px solid #ddd;display:block;height:10rem;display:flex;align-items:center;justify-content:center}.blog-index__post-image-wrapper img{max-height:100%;object-fit:contain;padding:.25rem}.blog-index__post-content{padding:1rem;border:1px solid #ddd;height:100%}@media(min-width:768px) and (max-width:1150px){.blog-index__post{width:45%}}@media(max-width:767px){.blog-index__row{flex-direction:column;margin-bottom:0}.blog-index__post{width:90%}}