.cardsGrid__container{width:100%;overflow:hidden}.cardsGrid__wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;height:auto;margin-bottom:1rem}@media screen and (min-width:768px){.cardsGrid__wrapper{margin-bottom:2rem;grid-template-columns:repeat(2,240px);justify-self:center;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}}@media screen and (min-width:1024px){.cardsGrid__wrapper{grid-template-columns:repeat(2,220px);-webkit-box-pack:start;justify-content:flex-start}}@media screen and (min-width:1280px){.cardsGrid__wrapper{grid-template-columns:repeat(2,240px)}}.cardsGrid__card{background-color:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:start;align-items:flex-start;-webkit-box-pack:start;justify-content:flex-start;padding:1.25rem;border-radius:8px;border-width:1px;width:100%;gap:.75rem;-webkit-flex-shrink:0;flex-shrink:0}@media screen and (min-width:768px){.cardsGrid__card{min-width:240px;max-width:240px;min-height:240px}}@media screen and (min-width:1024px){.cardsGrid__card{min-width:220px;max-width:220px;min-height:220px}}@media screen and (min-width:1280px){.cardsGrid__card{min-width:240px;max-width:240px;min-height:240px;padding:1.5rem}}.cardsGrid__text{color:#666;font-size:.875rem;font-weight:500;line-height:140%;max-width:100%;overflow-wrap:break-word;word-wrap:break-word;hyphens:auto}@media screen and (min-width:768px){.cardsGrid__text{font-size:.95rem}}@media screen and (min-width:1024px){.cardsGrid__text{font-size:.8rem}}@media screen and (min-width:1280px){.cardsGrid__text{font-size:.95rem}}.cardsGrid__icon{width:2rem;height:2rem;-webkit-flex-shrink:0;flex-shrink:0}@media screen and (min-width:768px){.cardsGrid__icon{width:2.25rem;height:2.25rem}}@media screen and (min-width:1024px){.cardsGrid__icon{width:1.75rem;height:1.75rem}}@media screen and (min-width:1280px){.cardsGrid__icon{width:2rem;height:2rem}}