.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:10px}.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}.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{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}}