.column-cards-wrapper{display:grid;grid-column:2/span 10;padding:40px 0;width:100%}.column-cards{display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(360px,max-content));justify-content:center}.col-card{background:#fff;border:5px solid #fff;border-radius:6px;display:flex;flex-direction:column;max-width:360px;outline:2px solid #7f06c3;width:100%}.card-col-label h2{background-color:#008c96;border-radius:6px;color:#fff;display:inline-block;font-size:.9rem;font-weight:500;outline:2px solid #003c4b;padding:.5rem .7rem}.col_title h3{color:#191919;font-size:24px;font-weight:700;line-height:28px;margin:0}.col-sub-text,.col_sub .hs_cos_wrapper{color:#7f06c3;font-size:20px;font-weight:600;line-height:24px}.col_link .card-link{color:#7f06c3;display:inline-block;font-size:16px;font-weight:700;text-decoration:underline}.col_link .card-link:hover{color:#59068e}.col-img img{aspect-ratio:1/1;display:block;object-fit:cover;width:100%}.card-col-text{display:flex;flex:1;flex-direction:column;padding:20px}.col_link{margin-top:auto}@media (max-width:1023px){.column-cards-wrapper{grid-column:1/-1;padding:0 16px}.column-cards{gap:20px;grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.column-cards{grid-template-columns:1fr}}