.card-grid__wrapper{display:grid;flex-wrap:wrap;gap:20px;justify-content:space-between}.card-grid{min-width:192px}.card-grid__content p{font-size:14px;margin-bottom:16px}.card-grid__image-wrapper{line-height:0;margin-bottom:16px;position:relative}.card-grid__image-wrapper>img{height:auto;width:100%}.card-grid__icon-wrapper{line-height:0;margin-bottom:16px}.card-grid__icon-wrapper .cust-icon{max-width:56px}.button .button__icon svg{height:14px;margin-top:2px;width:14px}@media only screen and (max-width:540px){.card-grid{width:100%!important}}@media only screen and (max-width:767px){.card-grid__wrapper{column-gap:20px!important;grid-template-columns:repeat(auto-fit,minmax(225px,1fr))!important;row-gap:40px!important}}