.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{border:5px solid #fff;border-radius:6px;display:flex;flex-direction:column;max-width:360px;outline:2px solid #a335ff;width:100%}.col_title h3{color:#070a18;font-size:24px;font-weight:700;line-height:28px;margin:0}.col-sub-text,.col_sub .hs_cos_wrapper{color:#a335ff;font-size:20px;font-weight:600;line-height:24px}.col_link .card-link{color:#a335ff;display:inline-block;font-size:16px;font-weight:700;text-decoration:underline}.col_link .card-link:hover{color:#622099}.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}}