.pricing-cards{display:flex;flex-direction:row;justify-content:center}.pricing-cards__wrapper{align-items:center;display:flex;flex-direction:column}.pricing-cards__card{border:1px solid #e7e7e9;max-width:328px;padding:20px}.pricing-cards__card:not(:last-child){margin-right:30px}.pricing-cards__cta{border-radius:6px;padding:12px}.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;margin-top:2px;width:16px}.pricing-cards__text{margin-bottom:10px;margin-top:5px}.pricing-cards__title{font-size:24px;font-weight:700;text-align:center;width:fit-content}.pricing-cards__row{display:flex;margin-bottom:10px;position:relative}.pricing-cards__price-desc{bottom:0;left:100%;margin-bottom:12px;margin-left:5px;position:absolute;white-space:nowrap}.pricing-cards__price{font-size:48px;font-weight:800;width:fit-content}.pricing-cards__subtext{margin:5px 0;text-align:center;width:fit-content}@media screen and (max-width:768px){.pricing-cards{align-items:center;flex-direction:column}.pricing-cards__card:not(:last-child){margin-bottom:20px;margin-right:0}}