.cmp-cards{display:grid;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;gap:var(--cmp-gap,20px);margin:0 auto;max-width:1200px}.cmp-cards,.cmp-cards *,.cmp-cards :after,.cmp-cards :before{box-sizing:border-box}.cmp-cards--cols-1{grid-template-columns:1fr}.cmp-cards--cols-2{grid-template-columns:repeat(2,1fr)}.cmp-cards--cols-3{grid-template-columns:repeat(3,1fr)}.cmp-cards--cols-4{grid-template-columns:repeat(4,1fr)}.cmp-card{height:100%;padding:26px 28px}.cmp-card__heading{font-size:var(--h-size-d,22px);font-weight:var(--h-weight-d,800);letter-spacing:-.01em;line-height:1.25;margin:0 0 10px}.cmp-card__description{font-size:var(--d-size-d,16px);font-weight:var(--d-weight-d,400);line-height:1.5}.cmp-card__description p{margin:0 0 8px}.cmp-card__description p:last-child{margin-bottom:0}@media (max-width:992px){.cmp-cards--cols-3,.cmp-cards--cols-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.cmp-cards--cols-2,.cmp-cards--cols-3,.cmp-cards--cols-4{grid-template-columns:1fr}.cmp-card{padding:22px 20px}}@media (max-width:767px){.cmp-card__heading{font-size:var(--h-size-m,18px);font-weight:var(--h-weight-m,700)}.cmp-card__description{font-size:var(--d-size-m,15px);font-weight:var(--d-weight-m,400)}}