.text-icon-cards{display:grid;gap:24px;grid-template-columns:repeat(2,1fr);justify-content:space-between}.text-icon-cards-left{display:flex;flex-direction:column;gap:24px;max-width:493px}.text-icon-cards-cards{display:grid;gap:24px;grid-template-columns:repeat(2,1fr);justify-self:end;max-width:600px}.text-icon-cards-card{background:var(--quaternary-50);box-shadow:0 11px 30px 0 rgba(154,161,177,.2);display:flex;flex-direction:column;gap:8px;padding:32px 24px}.text-icon-cards-card-top{display:grid;gap:9px;grid-template-columns:13px 1fr}.text-icon-cards-card-top svg{fill:var(--secondary-500);height:17px;width:13px}.text-icon-cards-card-title{font-weight:600}@media(max-width:1024px){.text-icon-cards,.text-icon-cards-cards{grid-template-columns:1fr}.text-icon-cards-cards{gap:16px;justify-self:unset}}