.col-4-group--container{padding:80px 0}.col-4-header{margin-bottom:40px;padding:0 16px}.col-4-cards-group{display:grid;gap:40px;grid-template-columns:repeat(12,1fr);padding:0 16px}.col-4-cards-group:not(:last-child){margin-bottom:40px}.col-4-cards-group .card{align-items:center;border:1px solid var(--color-border);display:flex;flex-direction:column;grid-column:span 3;justify-content:flex-start;padding:32px;text-align:center}.col-4-cards-group .icon--container{align-items:center;border-radius:4px;display:flex;height:60px;justify-content:center;width:60px}.col-4-cards-group .icon--container svg{height:32px;width:auto;fill:var(--color-primary)}.col-4-cards-group .card :not(:last-child){margin-bottom:24px}@media only screen and (max-width:1350px){.col-4-cards-group :first-child{grid-column:span 12}.col-4-cards-group .card{grid-column:span 6}}@media only screen and (max-width:640px){.col-4-cards-group{gap:32px 0;padding:0 32px}.col-4-cards-group .card{grid-column:span 12}.col-4-header h3{text-align:center}}