.pricing-cards{display:grid;gap:40px}@media (width >= 768px){.pricing-cards{grid-template-columns:repeat(2,1fr)}.pricing-cards :first-child{grid-column:span 2}}@media (width >= 1024px){.pricing-cards{grid-template-columns:repeat(3,1fr)}.pricing-cards :first-child{grid-column:span 1}}.pricing-card{width:100%;padding:2.5rem 2rem;border-radius:8px;background-color:var(--brand-1-content);box-shadow:var(--shadow-dark);display:flex;flex-flow:column wrap;justify-content:space-between}.pricing-card .pricing-card-header img{width:56px;height:56px}.pricing-card .pricing-card-header h3{font-weight:var(--font-weight-semibold);font-size:var(--font-size-2xl);line-height:var(--line-height-2xl)}.pricing-card .pricing-card-header p{color:var(--gray-800);font-size:1.125rem}.pricing-card .pricing-card-features{margin:1.5rem 0}.pricing-card .pricing-card-footer{font-size:var(--font-size-2xl);font-weight:var(--font-weight-semibold);justify-self:flex-end}.pricing-card .pricing-card-footer .pricing-card-post-price{font-size:var(--font-size-base);color:var(--gray-800)}
