.product-card-row{display:flex;flex-wrap:wrap;margin:0 -15px}.product-card-item{padding:0 20px;width:50%}.product-card{background:#e8e8e8;border-radius:10px;display:grid;grid-template-columns:40% 60%;overflow:hidden}.product-card__image img{height:100%!important;object-fit:cover;width:100%}.product-card__content{padding:40px;text-align:center}.product-card__logo img{margin-bottom:20px;max-height:40px;width:auto}.product-card__badge{border-radius:5px;color:#fff;display:inline-block;font-size:12px;margin-bottom:20px;padding:6px 12px}.badge-orange{background:#ff6a00}.badge-dark{background:#2b2b35}.product-card__desc{margin-bottom:30px}.product-card__price{align-items:flex-start;display:flex;gap:6px;justify-content:center;margin-bottom:30px}.product-card__price .currency{color:#1e212e;font-size:24px;font-weight:600}.product-card__price .amount{color:#1e212e;font-size:60px;font-weight:800;line-height:1}.product-card__price .period{align-self:flex-end;color:#555;color:#1e212e;font-size:16px}.product-card__btn{background:#232636;border-radius:6px;color:#fff;display:inline-block;font-size:14px;padding:14px 24px;text-decoration:none;width:100%}@media (max-width:992px){.container,.product-card{grid-template-columns:1fr}.product-card__image{height:250px}}@media (max-width:568px){.product-card-row{margin:0}.product-card-item{padding:0 0 30px;width:100%}.product-card-item:last-child{padding:0}}