.t-cards-true{margin-top:-300px!important}.t-cards{display:grid;gap:40px;grid-template-columns:repeat(2,minmax(0,1fr));margin:auto;max-width:100%;width:100%}.t-card{background:#fff;border-radius:20px;box-shadow:0 8px 28px rgba(0,0,0,.08);display:flex;flex-direction:column;padding:30px 30px 32px;position:relative}.t-card--blue{border:1.5px solid #7ec8ff;box-shadow:0 0 0 1px rgba(126,200,255,.35),0 10px 32px rgba(26,39,68,.18)}.t-card--orange{border:1.5px solid #ffb38a;box-shadow:0 0 0 1px rgba(255,179,138,.4),0 10px 32px rgba(26,39,68,.18)}.t-card__header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:14px}.t-card__title{color:#111827;font-size:42px;font-style:medium;font-weight:500;letter-spacing:-.02em;line-height:1.15;max-width:240px}.t-card__illustration{flex-shrink:0;height:auto;width:162px}.t-card__illustration svg{display:block;height:100%;width:100%}.t-card__subtitle{font-size:24px;font-weight:400;line-height:1.35;margin-bottom:20px}.t-card--blue .t-card__subtitle{color:#326de6}.t-card--orange .t-card__subtitle{color:#f50;max-width:92%}.t-card__body{color:#1f2937;font-size:18px;line-height:1.55;margin-bottom:22px}.t-card__body ul{display:flex;flex:1;flex-direction:column;gap:12px;list-style:none;margin-bottom:28px;margin-top:10px}.t-card__body ul li{color:#111827;font-size:16px;line-height:1.45;padding-left:22px;position:relative}.t-card__body ul li p{padding-bottom:0}.t-card__body ul li:before{content:"";height:8px;left:0;position:absolute;top:.4em;width:8px}.t-card--blue .t-card__body ul li:before{background:#326de6}.t-card--orange .t-card__body ul li:before{background:#f50}.t-card__cta{border:none;border-radius:6px;color:#fff;cursor:pointer;display:block;font-family:Roboto Mono,Roboto;font-size:19px;font-weight:400;margin-top:auto;max-width:450px;padding:14px 20px;text-align:center;text-decoration:none;transition:opacity .2s ease,transform .2s ease}.t-card__cta svg{margin-left:10px;width:17px}.t-card--blue .t-card__cta{background:linear-gradient(90deg,#19a9f3,#00e5ff);background-position:0;background-size:100% 100%;transition:background .3s ease,color .3s ease}.t-card--blue .t-card__cta:hover{background-size:200% 100%;color:#fff!important;text-decoration:none}.t-card--orange .t-card__cta{background:linear-gradient(90deg,#cd1269,#f50);background-position:0;background-size:100% 100%;transition:background .3s ease,color .3s ease}.t-card--orange .t-card__cta:hover{background-size:200% 100%;color:#fff!important;text-decoration:none}@media (max-width:800px){.t-cards{grid-template-columns:1fr;max-width:460px}.t-card__title{font-size:24px}}