.cp-cards-group__title{color:#111;font-family:var(--font-display);font-size:28px;font-weight:var(--fw-regular);line-height:1.2;margin-bottom:var(--sp-32);margin-inline:auto;text-align:center}.cp-cards-group__grid{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.cp-cards-group__card{background:var(--color-neutral-white);border:1px solid #e8e8e8;border-radius:16px;display:flex;flex-direction:column;justify-content:space-between;min-height:293px;padding:29px 25px 25px}.cp-cards-group__card-content{display:flex;flex-direction:column;gap:16px}.cp-cards-group__card-title{color:#111;font-family:var(--font-body);font-size:20px;font-weight:var(--fw-semibold);line-height:1.3}.cp-cards-group__card-body{color:#666;font-family:var(--font-body);font-size:var(--ts-body-l);font-weight:var(--fw-regular);line-height:1.65}.cp-cards-group__card-cta{background:var(--color-neutral-white);border:1.5px solid #e0e0e0;border-radius:8px;color:#111;cursor:pointer;font-family:var(--font-body);font-size:14px;font-weight:var(--fw-semibold);margin-top:var(--sp-24);padding:12.5px;text-align:center;transition:border-color .15s ease;width:100%}.cp-cards-group__card-cta:hover{border-color:var(--color-navy-core)}.cp-cards-group{overflow:hidden}@media (max-width:900px){.cp-cards-group__grid{grid-template-columns:1fr}.cp-cards-group__composite-img{border-radius:0!important;margin-left:-20%!important;max-width:none!important;width:140%!important}}