.posts-wrapper{display:grid;grid-template-columns:1fr;grid-gap:2rem}@media (min-width:992px){.posts-wrapper{grid-template-columns:repeat(3,1fr)}}.posts-wrapper .card{background:var(--white);display:flex;flex-direction:column;position:relative}.posts-wrapper .card .card-header{aspect-ratio:16/9;overflow:hidden}.posts-wrapper .card .card-header img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.posts-wrapper .card .card-body{color:var(--black);padding:20px 0 24px}.posts-wrapper .card .card-body .tags{color:var(--purple);font-size:.875rem;margin-bottom:.5rem;text-transform:uppercase}.posts-wrapper .card .card-body h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase}.posts-wrapper .card .card-body h3 a{color:var(--black)}.posts-wrapper .card .card-body .post-content p{font-weight:300}.posts-wrapper .card .card-body .post-content p:last-of-type{margin-bottom:0}.posts-wrapper .card .card-footer{margin-top:auto;padding:0}.posts-wrapper .card .card-footer a{font-weight:400;text-transform:uppercase}