.post-list{display:flex;flex-wrap:wrap;gap:25px}.post-list .flex-item{background:#fff;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.1);color:inherit;display:flex;flex:0 0 calc(33.333% - 16.666px);flex-direction:column;min-height:400px;overflow:hidden;text-decoration:none}.flex-item .background.image{background-position:50%;background-size:cover;flex-shrink:0;height:220px}.flex-item .content-area{display:flex;flex:1 1 auto;flex-direction:column;padding:15px}.flex-item .matchHeight h3{font-size:1.2rem;margin:0 0 10px}.flex-item .related-body{display:-webkit-box;flex:1 1 auto;-webkit-line-clamp:4;overflow:hidden;-webkit-box-orient:vertical;margin-bottom:15px}.flex-item .button-cta{align-self:flex-start;margin-top:auto}@media screen and (max-width:1024px){.post-list .flex-item{flex:0 0 calc(50% - 12.5px)}}@media screen and (max-width:600px){.post-list .flex-item{flex:0 0 100%}}