.ccn-three-pillars{background:#faf9f7;border-top:1px solid rgba(var(--color-foreground), 0.1)}.ccn-three-pillars__grid{display:grid;grid-template-columns:1fr;gap:4.8rem;max-width:var(--page-width);margin:0 auto;text-align:center}@media screen and (min-width: 750px){.ccn-three-pillars__grid{grid-template-columns:repeat(3, 1fr)}}.ccn-three-pillars__card{display:flex;flex-direction:column;align-items:center}.ccn-three-pillars__icon{width:6.4rem;height:6.4rem;display:flex;align-items:center;justify-content:center;border:1px solid rgba(var(--color-foreground), 0.2);border-radius:50%;margin-bottom:2.4rem;color:rgb(var(--color-foreground))}.ccn-three-pillars__icon svg{width:3.2rem;height:3.2rem}.ccn-three-pillars__icon img{width:3.2rem;height:3.2rem;object-fit:contain}.ccn-three-pillars__icon--text{font-size:3rem;font-weight:300;border:1px solid rgba(var(--color-foreground), 0.2)}.ccn-three-pillars__title{font-family:var(--font-heading-family);font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin:0 0 1.2rem;color:rgb(var(--color-foreground))}.ccn-three-pillars__description{font-size:1.4rem;line-height:1.5;color:rgba(var(--color-foreground), 0.45);margin:0 0 1.6rem;max-width:24rem}.ccn-three-pillars__link{font-family:var(--font-heading-family);font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;text-decoration:none;border-bottom:1px solid rgb(var(--color-foreground));padding-bottom:.2rem;color:rgb(var(--color-foreground));transition:color .2s ease,border-color .2s ease}.ccn-three-pillars__link:hover{color:rgba(var(--color-foreground), 0.5);border-color:rgba(var(--color-foreground), 0.5)}