.resource-home-cards{background-color:transparent;margin-top:-3.5rem;display:flex;align-items:center}.resource-home-cards .card-container{max-width:70%;padding:0 6rem}@media(max-width:991.98px){.resource-home-cards .card-container{max-width:unset;padding:0}}@media(max-width:575.98px){.resource-home-cards .card-container{max-width:unset;padding:0 2rem}}.resource-home-cards .card-container .cards{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr;justify-content:space-between;padding:1rem 0;column-gap:18px}@media(max-width:991.98px){.resource-home-cards .card-container .cards{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:3fr}}@media(max-width:575.98px){.resource-home-cards .card-container .cards{display:grid;grid-template-columns:repeat(1,1fr);grid-auto-rows:3fr}}.resource-home-cards .card-container .cards .card{background-color:#fff;display:flex;height:220px;width:330px;border-radius:20px;box-shadow:0 0 5px 5px hsla(0,0%,71%,.15);margin-bottom:2rem}.resource-home-cards .card-container .cards .card .content-container{padding:1.5rem 2rem}.resource-home-cards .card-container .cards .card .content-container .icon{margin-bottom:.5rem}.resource-home-cards .card-container .cards .card .content-container .title{font-family:Montserrat,Open Sans,sans-serif;font-weight:700;font-size:21px;line-height:30px;color:#000}.resource-home-cards .card-container .cards .card .content-container .description{font-family:Open Sans,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#262524}