.cards{position:relative}.cards__main-wrapper{padding-block:var(--vertical-space-sm);position:relative;z-index:1}@media screen and (min-width:767px){.cards__main-wrapper{padding-block:var(--vertical-space-md)}}.cards__section-titles{display:flex;flex-direction:column;margin-block-end:3rem}.cards__section-title{color:var(--black);margin-block-end:0}.cards__section-description{margin-block-start:1.5rem}.cards__section-description p{color:var(--gray-600);margin-block-end:0}.cards__section-description,.cards__section-title{max-width:49.25rem}.cards__cards-wrapper{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center}.cards__card{background:var(--white);border-radius:1.125rem;box-shadow:.375rem 1rem 1.25rem rgba(0,0,0,.08);flex:0 1 100%;padding:1.5rem}@media screen and (min-width:767px){.cards__card{flex:0 1 calc(50% - 3rem)}}@media screen and (min-width:1023px){.cards__card{padding:3rem}}@media screen and (min-width:1439px){.cards__card{flex:0 1 calc(33.33333% - 3rem)}}.cards__icon{aspect-ratio:1/1;display:inline-block;height:2.25rem;line-height:0}@media screen and (min-width:767px){.cards__icon{height:2.75rem}}.cards__icon svg{height:100%;width:100%}.cards__title{color:var(--black);font-size:1.25rem}@media screen and (min-width:767px){.cards__title{font-size:1.5rem}}.cards__description p{color:var(--gray-600)}.cards__cta{align-items:center;display:flex;gap:.5rem}.cards__cta-icon{aspect-ratio:1/1;display:inline-block;height:1.125rem;line-height:0}.cards__cta-icon svg{height:100%;width:100%}.cards__card.highlight{background:var(--blue-200)}.cards__card.highlight .cards__cta a,.cards__card.highlight .cards__description p,.cards__card.highlight .cards__title{color:var(--white)}.cards__card.highlight .cards__icon svg path{stroke:var(--white)}.cards__card.highlight .cards__cta-icon svg path{fill:var(--white)}.cards__background{background:var(--white);inset:0;position:absolute}