.blog .postsContainer{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.blog .post{height:100%}.blog .post-content{padding:0 0 15px 0;border:1px solid #e0e1e2;border-radius:5px;height:inherit;position:relative}.blog .post-content>:not(.post-thumbnail){padding:0 15px}.blog .post-content .post-thumbnail{width:auto;float:unset;margin:0;position:relative;transition:all .35s ease}.blog .post-content div.post-thumbnail:before{content:'Read More';width:150px;height:45px;position:absolute;left:calc(50% - 75px);top:calc(50% - 22.5px);z-index:1;background-color:#080;color:#fff;display:flex;justify-content:center;align-items:center;transition:all .55s ease;opacity:0}.blog .post-content div.post-thumbnail:hover:before{opacity:1}.blog .post-content .post-thumbnail:hover img{filter:blur(3px) opacity(.8) grayscale(1) brightness(1.2)}.blog .post-content .post-thumbnail img{border-radius:5px 5px 0 0;transition:all .35s ease}.blog .post-content .updated{color:#999}.blog .post-content .excerptlink{position:absolute;bottom:0;width:100%;margin:0 0 0 -15px}.blog .post-content .excerptlink a.moretag{background-color:#e0e1e2;color:#5a5a5a;font-weight:900;width:100%;border-radius:0 0 5px 5px;padding:20px 0;display:flex;justify-content:center;align-items:center;transition:all .35s ease}.blog .post-content .excerptlink a.moretag:hover{background-color:#cacbcd}@media (max-width:1024px){.blog .postsContainer{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.blog .postsContainer{grid-template-columns:1fr}}