.resource-card-grid{display:grid;grid-template-columns:repeat(1,1fr);max-width:100%;grid-gap:2rem}@media (min-width:992px){.resource-card-grid{grid-template-columns:repeat(3,1fr)}}.resource-card-grid .card{border:1px solid var(--grey-light);padding:1rem}.resource-card-grid .card .card-header{aspect-ratio:4/3;margin-bottom:.5rem;max-width:100%;overflow:hidden}.resource-card-grid .card .card-header img{width:100%}.resource-card-grid .card .card-body{padding-top:.5rem}.resource-card-grid .card .card-body .post-tags{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:.75rem}.resource-card-grid .card .card-body h4{color:var(--black);font-size:1.25rem;margin-bottom:.5rem;text-transform:uppercase}.resource-card-grid .card .card-body h4 a{color:var(--black)}.resource-card-grid .card .card-body .post-content{color:var(--grey);font-weight:300}