.pricing-cards{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.pricing-cards__wrapper{align-items:center;display:flex;flex-direction:column}.pricing-cards__card{border:1px dotted #000;flex-basis:calc(25% - 20px);max-width:328px;min-width:300px;padding:20px;position:relative}.pricing-cards__cta{border-radius:6px}.pricing-cards__cta,.pricing-cards__cta:hover{text-decoration:none}.pricing-cards__check{align-items:flex-start;display:flex}.pricing-cards__check:not(:last-child){margin-bottom:10px}.pricing-cards__check svg{margin-right:5px}.pricing-cards__text{margin-top:20px}.pricing-cards__title{font-size:24px;font-weight:700;text-align:center;width:fit-content}.pricing-cards__price{font-size:48px;font-weight:800;margin-bottom:20px;width:fit-content}.pricing-cards__subtext{font-size:10px;margin-bottom:13px;margin-top:-28px;text-align:center;width:fit-content}.pricing-cards__card--featured:before{background:linear-gradient(90deg,#d4e4f9 .14%,#e5d7fb 48.5%,#fff5e3 76.06%,#fffdbd 99.97%);bottom:0;content:"";filter:blur(10px);left:0;position:absolute;right:0;top:0;z-index:-1}@media screen and (max-width:1431px){.pricing-cards{flex-wrap:wrap;justify-content:center}.pricing-cards__card{flex-basis:calc(50% - 40px)}}@media screen and (max-width:768px){.pricing-cards{align-items:center;flex-direction:column}.pricing-cards__card{flex-basis:100%;margin-bottom:20px}}