.cards-grid__row{display:flex;flex-direction:column;gap:2rem}.cards-grid__title{text-align:center}.cards-grid__grid{display:grid;gap:1rem;grid-template-columns:1fr}@media screen and (min-width:728px){.cards-grid__grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1024px){.cards-grid__grid{grid-template-columns:repeat(3,1fr)}}.cards-grid__item{display:flex;flex-direction:column;gap:1.5rem}@media screen and (min-width:1024px){.cards-grid__item{gap:2rem}}.cards-grid__item-body{display:flex;flex-direction:column;gap:1.25rem}@media screen and (min-width:1024px){.cards-grid__item-title{max-width:85%}}.cards-grid__item-text{color:var(--text-black);flex:1;line-height:1.5}.cards-grid__button{margin-top:auto;text-align:center!important;width:auto}