.check-cards--inner{display:grid;gap:3.5rem 2rem;grid-template-columns:repeat(3,1fr)}.check-cards--item{background:hsla(0,0%,100%,.98);border-radius:60px;display:flex;gap:2rem;padding:2.75rem}.check-cards--check-mark{margin-bottom:2rem}.check-cards--content-inner{font-size:18px;font-weight:400;line-height:1.5}.check-cards--content-inner h2:first-child,.check-cards--content-inner h3:first-child,.check-cards--content-inner h4:first-child{margin-top:0}.check-cards--content-inner p:last-child{margin-bottom:0}@media(max-width:992px){.check-cards--inner{gap:1rem}.check-cards--item{border-radius:50px;padding:3.5rem 2rem}}@media(max-width:1100px){.check-cards--inner{display:flex;flex-wrap:wrap;justify-content:space-between}.check-cards--inner .check-cards--item{flex:3 0 320px;min-width:320px}}@media(max-width:541px){.check-cards--inner{display:block;min-width:auto}.check-cards--inner .check-cards--item{margin-bottom:1rem}.check-cards--content-inner h2:first-child,.check-cards--content-inner h3:first-child,.check-cards--content-inner h4:first-child{font-size:24px}.check-cards--check-mark{flex:1 0 55px;max-width:100%;width:55px}.check-cards--check-mark>svg{height:auto;max-width:100%}}