.resource-cards-grid{display:grid;gap:3rem;justify-content:center;grid-template-columns:minmax(auto,310px)}.resourcesMainNewV2 h5.card-title{margin-bottom:0 !important}@media(min-width:768px){.resource-cards-grid{row-gap:3rem;column-gap:1rem;grid-template-columns:repeat(2,minmax(auto,310px));justify-content:space-around}}@media(min-width:992px){.resource-cards-grid{gap:1rem;grid-template-columns:repeat(3,minmax(auto,310px));justify-content:space-between}}