.subscription-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem;width:100%}.heading{color:#849dd7;text-align:center}.heading h1{font-size:2rem;font-weight:600;line-height:1.2;margin-bottom:1.5rem;font-weight:700}@media screen and (min-width:1024px){.heading h1{font-size:3rem}}.heading h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.heading h2 strong{font-weight:bolder}@media screen and (min-width:1024px){.heading h2{font-size:2rem}}.subscription-cards{display:flex;flex-direction:column;gap:3rem}@media screen and (min-width:768px){.subscription-cards{flex-direction:row}}.subscription-card{background-color:#fff;padding:2rem;border-radius:1rem;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;position:relative}.subscription-card h3{display:flex;align-items:center;font-weight:500}.subscription-card h3 figure{font-size:1.5rem;color:#849dd7;border-radius:1rem}.subscription-card p{font-size:.8rem}.subscription-card ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.subscription-card ul li{font-size:.8rem;margin-bottom:.5rem}.subscription-card ul li:before{content:"✓";color:#849dd7;margin-right:.1rem}.subscription-card:is(:nth-child(2)) h3 figure{color:#45c00b}.subscription-card:is(:nth-child(2)) .ctaButton{background:#45c00b}.subscription-card:is(:nth-child(2)) li:before{color:#45c00b}.ctaButton{background:#849dd7;color:#fff;display:flex;align-items:center;justify-content:center;gap:.5rem;border:none;padding:1rem 4rem;border-radius:1rem}.gradientOverlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.431372549);z-index:-1}.discount-badge{background-image:url(/assets/img/discount.png);width:100px;height:100px;background-size:cover;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:500;position:absolute;top:-20px;right:-20px;color:#fff;rotate:15deg}