.content-cards__inner{display:grid;grid-gap:4rem}.content-cards__dots{display:none}.content-cards__rich-text{margin-top:2rem}.content-cards__rich-text h2{max-width:40rem}.content-cards__cards{position:relative;display:grid;grid-gap:2.4rem}.content-cards__card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:3.5rem;background-color:var(--white);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);border-radius:var(--border-radius)}.content-cards__card-icon{-ms-flex-item-align:start;align-self:start;margin-bottom:3rem;height:4.4rem}.content-cards__card-title{padding-left:1rem;font-family:Noticia Text;font-weight:700}.content-cards__card-description{font-size:1.5rem}.content-cards__card-link{margin-top:auto;color:var(--base-color)}@media (min-width:576px){.content-cards__cards{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.content-cards__inner{grid-template-columns:1fr 56%;grid-gap:8rem}.content-cards__content{display:grid;place-content:start;position:relative}.content-cards__dots{position:absolute;top:calc(100% - 30rem);left:0;display:block}.content-cards__image,.content-cards__lottie{grid-row-end:4;margin-top:8rem}.content-cards__button,.content-cards__cta{justify-self:start}}@media (min-width:1340px){.content-cards__image{width:calc(100% + 24rem);max-width:none;margin-top:12rem;margin-left:-8rem;margin-right:-16rem}.content-cards__lottie{margin-top:12rem}}