.cards-wrapper{column-gap:64px;display:grid;grid-template-columns:repeat(1,1fr);margin:0 auto;row-gap:32px}.single-card h4{margin-bottom:10px}.single-card .single-card__icon{height:75px;margin-bottom:20px;width:75px}.single-card .single-card__icon img{height:100%;object-fit:contain;width:100%}.cards-leading-content{grid-column:-1/1;max-width:820px}.cards-leading-content :where(h1,h2,h3){margin-bottom:20px}@media screen and (min-width:768px){.cards-wrapper{column-gap:84px;grid-template-columns:repeat(2,1fr);row-gap:64px}.single-card .single-card__icon{height:52px;width:52px}}@media screen and (min-width:1024px){.cards-wrapper{grid-template-columns:repeat(3,1fr);row-gap:100px}.single-card .single-card__icon{height:74px;width:74px}}@media screen and (min-width:1280px){.cards-wrapper{column-gap:200px;grid-template-columns:repeat(3,1fr);row-gap:100px}}