/*************************************************************************************************************** Dear Dev Pros, Only add non-renderable SASS in this file (no CSS selectors), otherwise any CSS will be rendered into any file that includes this one (spoiler alert: most files include this file) */
/*************************************************************************************************************** Dear Dev Pros, Only add non-renderable SASS in this file (no CSS selectors), otherwise any CSS will be rendered into any file that includes this one (spoiler alert: most files include this file) */
.blog-list-item-image { width: 100%; height: auto; max-width: 340px; }

@media (min-width: 576px) { .blog-list-items > :nth-child(odd) { border-right: solid 1px #e7e7e7; }
  .blog-list-items > :last-child { border-right: 0; } }

@media (min-width: 768px) { .blog-list-items > :nth-child(odd) { border-right: inherit; }
  .blog-list-items > :nth-child(3n + 1), .blog-list-items > :nth-child(3n + 2) { border-right: solid 1px #e7e7e7; }
  .blog-list-items > :last-child { border-right: 0; } }
/*# sourceMappingURL=blog.css.map */