.grid-cards{display:flex;flex-wrap:wrap;gap:48px 36px;justify-content:center;position:relative;z-index:1}.grid-cards__item{align-items:center;display:flex;flex:0 1 370px;flex-direction:column;max-width:100%}.grid-cards__item-icon{display:flex;flex:0 0 100px;height:100px;justify-content:center;margin:0 0 -60px;position:relative;width:100%;z-index:2}.grid-cards__item-icon img{aspect-ratio:1/1;height:100%!important;max-width:100%;object-fit:contain;width:auto}.grid-cards__item-body{background:#f6fbff;border-radius:20px;display:flex;flex:1;flex-direction:column;padding:92px 32px 48px;position:relative;text-align:center;width:100%;z-index:1}.grid-cards__item-body>hr{border:none;border-top:1px solid #000;margin:auto auto 20px;width:80%}.grid-cards__item-title{font-size:18px;font-weight:700;margin:0 0 20px;width:100%}.grid-cards__item-text{font-size:1rem;font-weight:400;line-height:1.7;margin:0 0 32px;width:100%}.grid-cards__item-link,.grid-cards__item-link:hover{font-weight:600}