#cards-t *{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0}#cards-t .cards-content{display:grid;gap:35px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));height:fit-content;margin:auto;max-width:1280px;padding:20px 0}#cards-t .container-fluid{border:2px solid #dde6fb;border-radius:10px;cursor:default;height:461px;margin:auto;padding:30px;transition:all .4s ease;width:289px}#cards-t .container-fluid:hover{-webkit-box-shadow:0 4px 24px -12px #627c9c;-moz-box-shadow:0 4px 24px -12px #627c9c;box-shadow:0 4px 24px -12px #627c9c;transform:translateY(-3%)}#cards-t .content-wraper{height:100%}#cards-t .content-wraper .col{color:#010130;display:flex;flex-direction:column;gap:20px;height:100%;justify-content:space-between}#cards-t .content-wraper .col .card-img{align-items:center;border-radius:11px;display:flex;height:80px;justify-content:center;padding:20px;width:80px}#cards-t .content-wraper .col h3{font-size:20px;line-height:30px}#cards-t .content-card_1{font-size:16px;line-height:22px;margin-top:20px;min-height:126px}#cards-t .group-button_cta{display:flex;gap:10px;width:100%}#cards-t .container-fluid .button-cta-1,#cards-t .container-fluid .button-cta-2{border-radius:7px;display:flex;text-align:center;transition:all .4s ease-out;width:100%}#cards-t .container-fluid .button-cta:hover{background-color:#e8f8ff}#cards-t .group-button_cta .button-cta-2 a{border:2px solid #81a5f7;border-radius:7px;color:#81a5f7;height:100%}#cards-t .group-button_cta .button-cta-1 a,#cards-t .group-button_cta .button-cta-2 a{align-items:center;display:flex;font-size:13px;font-weight:500;justify-content:center;margin:auto;padding:6px;text-decoration:none;width:100%}#cards-t .group-button_cta .button-cta-1 a{color:#fff}@media screen and (max-width:1315px){#cards-t .cards-content{grid-template-columns:repeat(auto-fill,minmax(259px,1fr))}#cards-t .container-fluid{width:auto}}@media screen and (max-width:1230px){#cards-t .cards-content{grid-template-columns:repeat(auto-fill,minmax(378px,1fr));max-width:auto}#cards-t .container-fluid{height:351px;width:auto}#cards-t .content-card_1{min-height:80px}#cards-t .content-wraper .col .card-img{height:70px;width:70px}#cards-t .group-button_cta .button-cta-1 a,#cards-t .group-button_cta .button-cta-2 a{font-size:12px;padding:16px}}@media screen and (max-width:792px){#cards-t .cards-content{grid-template-columns:repeat(auto-fill,minmax(242px,1fr));max-width:500px}#cards-t .container-fluid{height:auto}}@media screen and (max-width:500px) #cards-t .container-fluid{height:auto;width:304px}@media screen and (max-width:260px) #cards-t .container-fluid{height:auto;max-width:289px}