.resource-cards-1__header{display:grid;grid-gap:var(--gap);justify-items:start;margin-bottom:4rem}.resource-cards-1__heading{margin-bottom:1rem}.resource-cards-1__rich-text p:last-child{margin-bottom:0}.resource-cards-1__divider{background-color:var(--red);border:0;height:4px;margin:0 0 1rem;width:4rem}.resource-cards-1__cards{display:grid;grid-gap:var(--gap)}.resource-cards-1__card{background-color:hsla(0,0%,97%,0);border-bottom:1px solid var(--medium-gray);color:var(--base-color);display:grid;grid-template-rows:auto 1fr;padding:3.2rem;position:relative}.resource-cards-1__image{aspect-ratio:11/6;display:block;margin-bottom:2rem;-o-object-fit:cover;object-fit:cover;width:100%}.resource-cards-1__sub-title{font-size:1.4rem;line-height:1.2;margin-bottom:1.6rem;text-transform:uppercase}.resource-cards-1__title{color:var(--black);margin-bottom:1.6rem}.resource-cards-1__button{align-items:center;display:inline-flex;font-family:var(--secondary-font-family);font-weight:600;gap:var(--gap-sm);margin-top:auto}.resource-cards-1__button>span{left:0;position:relative;transition:all .2s ease}.resource-cards-1__card:active,.resource-cards-1__card:focus,.resource-cards-1__card:hover{background-color:#f8f8f8;border-bottom:1px solid var(--red);color:var(--base-color);text-decoration:none}.resource-cards-1__card:active .resource-cards-1__title,.resource-cards-1__card:focus .resource-cards-1__title,.resource-cards-1__card:hover .resource-cards-1__title{color:var(--primary-color-hover)}.resource-cards-1__card:active .resource-cards-1__button>span,.resource-cards-1__card:focus .resource-cards-1__button>span,.resource-cards-1__card:hover .resource-cards-1__button>span{left:.5rem}@media (min-width:768px){.resource-cards-1__header{align-items:end;grid-template-columns:1fr auto;margin-bottom:6rem}.resource-cards-1__cards--2,.resource-cards-1__cards--4{grid-template-columns:repeat(2,1fr)}.resource-cards-1__cards--3{grid-template-columns:repeat(3,1fr)}.resource-cards-1__details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media (min-width:992px){.resource-cards-1__cards--4{grid-template-columns:repeat(4,1fr)}}