.blog-posts-module{display:flex;flex-flow:row wrap;gap:30px}.blog-posts-module .headline-container{order:1;width:100%}.blog-posts-module .blog-nav{order:3;width:100%}.blog-posts-module .blog-posts-grid{display:grid;gap:20px;grid-template-columns:repeat(1,minmax(0,1fr));order:2;width:100%}.blog-posts-module .blog-posts-grid .post-item{grid-column:span 1;position:relative}@media screen and (min-width:768px){.blog-posts-module .blog-posts-grid:not(.grid-1){grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:1024px){.blog-posts-module .blog-nav{order:2;text-align:right}.blog-posts-module .blog-posts-grid{order:3}.blog-posts-module .blog-posts-grid.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (min-width:1280px){.blog-posts-module .headline-container{width:75%}.blog-posts-module .blog-nav{align-self:flex-end;width:calc(25% - 30px)}.blog-posts-module .blog-posts-grid.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}}