.plan-cards{display:grid;gap:80px;grid-template-columns:repeat(2,1fr)}.plan-cards-card{background:var(--white);border:2px solid #f1f5f9;border-radius:24px;display:flex;flex-direction:column;gap:64px;justify-content:space-between;padding:48px}.plan-cards-card-top{display:flex;flex-direction:column;gap:32px}.plan-cards-card-text{display:flex;flex-direction:column;gap:24px}.plan-cards-card-title{color:var(--primary-900);font-weight:700;line-height:120%}.plan-cards-card-title.pink span{color:var(--tertiary-500)}.plan-cards-card-title.green span{color:var(--secondary-600)}.plan-cards-card-description{color:var(--neutral-900);font-size:16px;line-height:150%}.plan-cards-card-items{display:flex;flex-direction:column;gap:12px}.plan-cards-card-item{align-items:center;color:var(--primary-900));display:grid;font-size:16px;font-weight:600;gap:12px;grid-template-columns:19px 1fr;line-height:150%}.plan-cards-card-item svg{height:19px;width:19px}.plan-cards-card-item.green .check-svg{fill:var(--secondary-600)}.plan-cards-card-item.pink .check-svg{fill:var(--tertiary-500)}.plan-cards .principal-button,.plan-cards .secondary-button{font-weight:800;justify-content:center;letter-spacing:.64px;line-height:140%;text-align:center;width:100%}.plan-cards .principal-button .arrow-svg{fill:var(--white)}.plan-cards .secondary-button .arrow-svg{fill:var(--primary-500)}@media(max-width:1024px){.plan-cards{gap:32px;grid-template-columns:1fr}.plan-cards-card{gap:32px;padding:16px}}