.card-triplet h2,.ct__subtext{margin-bottom:32px}.ct__subtext{max-width:768px}.ct__grid{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.ct__card{background:#fff;border-bottom:0;border-radius:12px;box-shadow:0 0 9px 0 rgba(5,75,100,.15);display:flex;flex-direction:column;overflow:hidden}.ctc__image{flex:1 0 248px;height:248px;object-fit:cover;overflow:hidden}.ct__card .ctc__image img{transition:.3s ease}.ct__card:hover .ctc__image img{transform:scale(1.1)}.ctc__content{align-items:flex-start;display:flex;flex-direction:column;height:100%;padding:24px}.ctc__heading,.ctc__paragraph{margin-bottom:24px}.ctc__paragraph{color:#3a3a3a;font-size:20px;font-weight:400;line-height:1.5;margin-top:-12px}.ctc__link{border-bottom:2px solid #054b64;color:#054b64;font-weight:600}@media(max-width:992px){.ct__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.ct__grid{grid-template-columns:repeat(1,1fr)}}