.three-ways-grow{position:relative;width:100%}.three-ways-grow__inner{margin:0 auto;max-width:1200px}.three-ways-grow__heading{font-weight:700;line-height:1.3;margin:0 0 48px;text-align:center}.three-ways-grow__subheading{line-height:1.5;margin:0 auto 48px;max-width:640px;text-align:center}.three-ways-grow__subheading:last-of-type{margin-bottom:48px}.three-ways-grow__cards{align-items:stretch;display:flex;flex-wrap:wrap;gap:32px;justify-content:center}.three-ways-grow__card{background:#fff;border:1.5px solid transparent;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.08),0 4px 12px rgba(0,0,0,.05);box-sizing:border-box;flex:1 1 280px;max-width:380px;padding:32px 28px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.three-ways-grow__card:hover{border-color:var(--twg-hover-border,#f6873a);box-shadow:0 12px 24px rgba(0,0,0,.1),0 8px 16px rgba(0,0,0,.06);transform:translateY(-6px)}.three-ways-grow__card-icon{align-items:center;display:flex;height:48px;justify-content:center;margin-bottom:20px;width:48px}.three-ways-grow__card-icon--default{background:linear-gradient(180deg,#f6873a 0,var(--twg-icon-bg,#f6873a) 50%,#e06b2d 100%)!important}.three-ways-grow__card-icon-star{display:block;height:26px;width:26px}.three-ways-grow__card-icon img{border-radius:0;box-shadow:none;object-fit:contain;padding:5px}.three-ways-grow__card-title{font-weight:700;line-height:1.3;margin:0 0 14px;text-align:left}.three-ways-grow__card-description{line-height:1.6;text-align:left}.three-ways-grow__card-description p{margin:0 0 .5em}.three-ways-grow__card-description p:last-child{margin-bottom:0}@media (max-width:767px){.three-ways-grow__heading{margin-bottom:32px}.three-ways-grow__subheading,.three-ways-grow__subheading:last-of-type{margin-bottom:36px}.three-ways-grow__cards{gap:24px}.three-ways-grow__card{flex:1 1 100%;max-width:none;padding:28px 24px}}