.blog-posts{display:flex;flex-wrap:wrap;gap:20px}.blog-post{background:#767676;border:none;border-radius:8px;flex:1 1 300px;overflow:hidden;padding:0}.blog-post-image{background-size:cover;height:277px;width:100%}.blog-post-content{padding:15px}.blog-post-title,.blog-post-title a{font-size:1.1em;margin-bottom:10px;text-decoration:none}.blog-post-excerpt{margin-bottom:15px}.blog-post-read-more{border-radius:3px;box-shadow:0 0 10px 3px rgba(0,0,0,.2);color:#87d31a;color:#fff;display:inline-block;display:block;font-weight:700;margin:auto;padding:14px 26px;text-align:center;text-decoration:none;transition:all .25s ease}.blog-post-read-more:hover{text-decoration:none}@media screen and (min-width:768px){.blog-post{max-width:33%}}.blog-load_more{display:flex;margin:3em auto;width:fit-content}