.triple-cards{display:grid;grid-template-columns:1fr 1fr;gap:24px}
@media(max-width:1530px){.triple-cards{padding:0 40px}
}@media(max-width:1200px){.triple-cards{display:block;margin:0;padding:0}
}.triple-cards .card{background:var(--color_pure-white)}
@media(max-width:1200px){.triple-cards .card{min-height:420px}
}.triple-cards .card:first-child{grid-row:1 / span 2;display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:auto;border-radius:18px;padding:38px 78px}
@media(max-width:991px){.triple-cards .card:first-child{padding:24px}
}.triple-cards .card:first-child .text .product-name-card{text-align:center}
.triple-cards .card:first-child .text .product-description{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-height:4.5em;text-align:center}
.triple-cards .card:first-child .card-image{max-width:630px;border-radius:18px;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}
@media(max-width:1200px){.triple-cards .card:first-child .card-image{min-height:470px;max-height:470px}
}@media(max-width:768px){.triple-cards .card:first-child .card-image{min-height:270px;max-height:270px}
}.triple-cards .card:first-child .card-image img{-o-object-fit:contain;object-fit:contain}
.triple-cards .card:nth-child(n+2){gap:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:auto;gap:48px;border-radius:18px;padding:74px;min-height:408px}
.triple-cards .card:nth-child(n+2) .text .product-name-card{text-align:start}
.triple-cards .card:nth-child(n+2) .text .product-description{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-height:4.5em;text-align:start}
.triple-cards .card:nth-child(n+2) .card-image{max-width:220px;height:100%;border-radius:18px;display:-webkit-box;display:-ms-flexbox;display:flex}
.triple-cards .card:nth-child(n+2) .card-image img{-o-object-fit:contain;object-fit:contain}