.resources-card-grid{background-color:#f7f7f7;padding:80px 0}.resources-card-grid__container{display:block;margin:0 auto;max-width:1200px;padding:0 20px}.resources-card-grid__label{color:#a3226e;font-size:14px;font-weight:700;letter-spacing:1px;margin:0 0 16px;text-transform:uppercase}.resources-card-grid__heading{color:#2d3748;font-size:40px;font-weight:700;line-height:1.2;margin:0 0 12px;max-width:800px}.resources-card-grid__description{color:#4a5568;font-size:16px;line-height:1.6;margin:0 0 48px;max-width:700px}.resources-card-grid__description p{margin:0}.resources-card-grid__grid{display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.resources-card-grid__card,.resources-card-grid__card-wrapper{display:flex;flex-direction:column}.resources-card-grid__card{background-color:#fff;border-radius:8px;height:100%;overflow:hidden;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.resources-card-grid__card:hover{box-shadow:0 12px 24px rgba(0,0,0,.1);transform:translateY(-8px)}.resources-card-grid__image{background-color:#e2e8f0;background-position:50%;background-size:cover;overflow:hidden;padding-top:75%;position:relative;width:100%}.resources-card-grid__image--placeholder{background:linear-gradient(135deg,#a3226e,#c44536)}.resources-card-grid__image:before{background-image:inherit;background-position:50%;background-size:cover;content:"";height:100%;left:0;position:absolute;top:0;transition:transform .3s ease;width:100%}.resources-card-grid__card:hover .resources-card-grid__image:before{transform:scale(1.05)}.resources-card-grid__content{display:flex;flex-direction:column;flex-grow:1;gap:12px;padding:24px}.resources-card-grid__preheader{color:#a3226e;display:inline-block;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.resources-card-grid__title{color:#2d3748;font-size:18px;font-weight:700;line-height:1.4;margin:0}@media screen and (max-width:1024px){.resources-card-grid__grid{grid-template-columns:repeat(2,1fr)}.resources-card-grid__heading{font-size:32px}}@media screen and (max-width:767px){.resources-card-grid{padding:60px 0}.resources-card-grid__heading{font-size:28px}.resources-card-grid__description{margin-bottom:32px}.resources-card-grid__grid{gap:20px;grid-template-columns:1fr}.resources-card-grid__content{padding:20px}.resources-card-grid__title{font-size:16px}}