.block-two-column-repeatable-highlight-cards{--gap:2em;padding-block:4em}.block-two-column-repeatable-highlight-cards .title{text-align:center;color:var(--color-glacier-gray-dark)}.block-two-column-repeatable-highlight-cards .cards{display:grid;gap:var(--gap)}@media screen and (min-width:992px){.block-two-column-repeatable-highlight-cards .cards{grid-template-columns:repeat(2,1fr)}}.block-two-column-repeatable-highlight-cards .cards-on-white .card{box-shadow:0 0 1em rgba(0,0,0,.1)}.block-two-column-repeatable-highlight-cards .card{background-color:#fff;padding:2em;border-radius:.5em;display:grid;gap:2em;grid-template-areas:"headline image" "body-copy body-copy";grid-template-columns:auto;grid-template-rows:auto 1fr}.block-two-column-repeatable-highlight-cards .card-headline{margin:0;grid-area:headline;font-weight:var(--font-weight-bold);line-height:1.2;align-self:self-end}.block-two-column-repeatable-highlight-cards .card-body-copy{font-size:1.25em;color:var(--color-glacier-gray-dark);grid-area:body-copy}.block-two-column-repeatable-highlight-cards .card-body-copy p:first-child{margin-top:0}.block-two-column-repeatable-highlight-cards .card-body-copy p:last-child{margin-bottom:0}.block-two-column-repeatable-highlight-cards .card-image{grid-area:image;max-width:14em;border-radius:.5em;display:block;justify-self:self-end;align-self:self-end}.block-two-column-repeatable-highlight-cards .cta{grid-area:cta;align-self:self-end;justify-self:self-start}.block-two-column-repeatable-highlight-cards .logo{margin-inline:auto}@media screen and (min-width:1000px){.block-two-column-repeatable-highlight-cards .content-wrapper{display:block}.block-two-column-repeatable-highlight-cards .card-body-copy{max-width:35em}.block-two-column-repeatable-highlight-cards .card-width-full{grid-template-areas:"headline body-copy" "cta      body-copy";grid-template-columns:1fr auto auto}.block-two-column-repeatable-highlight-cards .card-width-full.with-image{grid-template-areas:"headline body-copy image" "cta      body-copy image"}.block-two-column-repeatable-highlight-cards .card-width-half{grid-column-end:span 3;grid-template-areas:"headline headline" "cta      body-copy"}.block-two-column-repeatable-highlight-cards .card-width-third{grid-column-end:span 2;grid-template-areas:"headline" "body-copy" "cta";grid-template-rows:min-content min-content 1fr}}