.three-cards .top_info{margin:0 0 64px}.three-cards .card-list{display:grid;flex-wrap:wrap;gap:2rem;grid-template-columns:repeat(3,minmax(0,1fr))}.three-cards .card-item{border:1px solid #e2e8f0;border-radius:1rem;padding:2rem;position:relative}.three-cards .card-item:hover{box-shadow:0 10px 25px rgba(0,0,0,.08);transform:translateY(-4px);transition:all .3s ease}.three-cards .card-list .summary{color:#334155;font-size:.875rem;line-height:1.625}.three-cards .title-txt{margin-bottom:.75rem;padding-right:6rem}.three-cards .sub-title{background-color:rgba(56,182,255,.1);border-radius:9999px;color:#38b6ff;font-size:.75rem;font-weight:600;padding:.25rem .75rem;position:absolute;right:1.5rem;top:1rem}@media screen and (max-width:992px){.three-cards .card-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:767px){.three-cards .card-list{grid-template-columns:repeat(1,minmax(0,1fr))}}