.post-lst{border-left:1px solid #dedede;display:grid;grid-template-columns:repeat(3,1fr)}.post-item{background:#fff;display:grid;grid-row:span 3;grid-template-rows:subgrid}.post-item>a{background:#fff;border-bottom:1px solid #dedede;border-right:1px solid #dedede;border-top:1px solid #dedede;display:inherit;grid-row:inherit;grid-template-rows:inherit;height:100%;padding:24px;transition:all .3s}.post-item>a:hover{background:#f7f7f7}.post-item:nth-child(n+4)>a{border-top:0}.post-item__thum{line-height:1;margin-bottom:24px}.post-item__thum img{aspect-ratio:1200/630;height:auto;object-fit:cover;width:100%}.post-item__ttl{font-size:19px;line-height:1.3;margin-bottom:8px}.post-item__cta{margin-top:16px}.post-item__cta .c-btn{display:flex;font-size:13px;justify-content:center;text-align:center;width:100%}.no-posts-message{padding:48px 20px}@media screen and (max-width:768px){.post-lst{grid-template-columns:1fr}.post-item{display:block}.post-item:nth-child(n+2)>a{border-top:0}.post-item__sub{flex-direction:column;gap:8px}}