.plans-title{display:grid;gap:var(--spacing-xl);grid-template-columns:1fr 2fr;margin-bottom:64px}.plans-title h2,.plans-title p{margin-bottom:0}.plans-all-plans{display:grid;gap:var(--spacing-xl);grid-template-columns:repeat(auto-fit,minmax(310px,1fr))}.plan{background-color:var(--white);border-radius:20px;display:flex;flex-direction:column;padding:var(--spacing-xl)}.plan h3{margin-bottom:var(--spacing-md)}.plan p{margin-bottom:var(--spacing-xl)}.plan__points{display:flex;flex-direction:column;gap:var(--spacing-md);margin-bottom:40px}.plan-point{display:flex;flex-direction:row;gap:var(--spacing-sm)}.plan-point h6{margin-bottom:0}.plan.plan--featured{background-color:var(--rich-blue)}.plan.plan--featured h3,.plan.plan--featured h6,.plan.plan--featured p{color:var(--dune)!important}.plan .cta-wrapper .primary-cta,.plan .cta-wrapper .secondary-cta{max-width:unset;width:100%}@media screen and (max-width:1100px){.plans-all-plans,.plans-title{gap:var(--spacing-md)}}@media screen and (max-width:1023px){.plans-title{grid-template-columns:1fr;margin-bottom:var(--spacing-xl)}}