.pricing-cards__wrapper{display:flex;flex-flow:row wrap;gap:2rem;padding-bottom:4rem}.pricing-cards__wrapper.two .pricing-card{flex:1 0 48%}.pricing-cards__wrapper.three .pricing-card{flex:1 0 30%}.pricing-cards__wrapper.four .pricing-card{flex:1 0 22%}.pricing-card{display:flex;flex-direction:column;padding:1rem}.pricing-card__product-image{height:180px;overflow:hidden}.pricing-card__product-image img{height:100%;object-fit:cover;object-position:top center;width:100%}.pricing-card__content{display:flex;flex-direction:column;justify-content:flex-start}.pricing-card__product-price{font-size:30px;font-weight:700}.pricing-card__price-starting,.pricing-card__price-text{font-size:16px;font-weight:300;line-height:1.5}.pricing-card__divider{background-color:#1e1e1e;height:1px;margin-bottom:1rem;margin-top:1rem;width:100%}.pricing-card__features{margin:0;padding-left:0}.pricing-card__feature-item{align-items:center;display:flex;gap:.5rem;list-style:none;margin-bottom:1rem}.pricing-card__feature-item-icon img,.pricing-card__feature-item-icon svg{height:20px}.pricing-card__button-wrapper{align-items:strech;display:flex;flex-direction:column;margin-top:auto;padding:2rem 0 1rem;width:100%}.pricing-card__button{padding:.5rem 0}.pricing-card__button a{width:100%}@media (max-width:1200px){.pricing-cards__wrapper{flex-flow:row wrap}.pricing-cards__wrapper.four .pricing-card,.pricing-cards__wrapper.three .pricing-card,.pricing-cards__wrapper.two .pricing-card{flex:1 0 48%}}@media (max-width:600px){.pricing-cards__wrapper{flex-flow:column wrap}.pricing-cards__wrapper.four .pricing-card,.pricing-cards__wrapper.three .pricing-card,.pricing-cards__wrapper.two .pricing-card{flex:1 0 100%}}