.plan-cards{container-type:inline-size}.cards-wrapper{display:flex;flex-wrap:wrap;margin:0 auto;max-width:1920px;row-gap:30px;width:100%}.plan-card{border:1px solid #0f3830;border-radius:30px 30px 0 30px;display:flex;flex-direction:column;grid-column:span 12;padding:30px;row-gap:20px}.plan-card.highlighted{background:#a2ea62}.plan-card h3,.plan-card h4,.plan-card p{color:#0f3830;margin:0}.plan-card:hover p{color:#0f3830}.plan-tags{display:flex;flex-wrap:wrap;gap:10px}.plan-tags .plan-tag{background:#fff;border:1px solid #0f3830;border-radius:100px;font-size:14px;font-style:italic;font-weight:500;line-height:18px;padding:5px 9px}.plan-tags .plan-tag.highlighted{background:#a2ea62}.plan-tags .plan-tag svg{height:12px;width:12px}.plan-image{aspect-ratio:4/3;border:1px solid #0f3830;object-fit:cover;width:100%}.plan-price{font-size:72px;font-weight:900;line-height:1}.plan-button{align-self:flex-end;background:#fff;border:1px solid #0f3830;border-radius:8px;color:#0f3830;cursor:pointer;line-height:20px;margin-top:auto;padding:8px 14px;width:fit-content}@container (min-width: 768px){.cards-wrapper{column-gap:30px;display:grid;grid-template-columns:repeat(12,1fr);row-gap:30px}.plan-card,.plan-card:nth-last-child(2):first-child,.plan-card:nth-last-child(2):first-child~.plan-card,.plan-card:nth-last-child(3):first-child,.plan-card:nth-last-child(3):first-child~.plan-card,.plan-card:nth-last-child(4):first-child,.plan-card:nth-last-child(4):first-child~.plan-card{grid-column:span 6}}@container (min-width: 1280px){.plan-card:nth-last-child(3):first-child,.plan-card:nth-last-child(3):first-child~.plan-card,.plan-card:nth-last-child(4):first-child,.plan-card:nth-last-child(4):first-child~.plan-card{grid-column:span 4}}@container (min-width: 1560px){.plan-card:nth-last-child(3):first-child,.plan-card:nth-last-child(3):first-child~.plan-card{grid-column:span 4}.plan-card:nth-last-child(4):first-child,.plan-card:nth-last-child(4):first-child~.plan-card{grid-column:span 3}}