.custom-card-grid{display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:40px 0;padding-left:20px;padding-right:20px}.custom-card{background:#f8f8f8;border-radius:12px;padding:16px;text-align:left}.custom-card .top-text{color:#000;font-size:16px;font-weight:400}.custom-card .highlight,.custom-card .top-text{font-family:Inter;font-style:normal;line-height:normal}.custom-card .highlight{background:var(--primary,linear-gradient(93deg,#2ca1ce 1.93%,#139a9f 79.13%));background-clip:text;-webkit-background-clip:text;font-size:80px;font-weight:700;letter-spacing:-2.4px;-webkit-text-fill-color:transparent;margin-bottom:10px;margin-top:10px}.custom-card .description{color:#000;font-family:Inter;font-size:20px;font-style:normal;font-weight:400;line-height:normal}