.products-layout{align-items:center;display:grid;gap:56px;grid-template-columns:minmax(0,60%) minmax(0,418px);margin:0 auto;max-width:1500px}.products-intro{max-width:720px;min-width:0}.icon-wrapper,.icon-wrapper svg{display:block;height:fit-content;width:fit-content}.masked-link{height:100%;inset:0;position:absolute;width:100%}.product-card{border:1px solid var(--border-gray);display:flex;flex-direction:column;gap:var(--spacing-5x);height:100%;max-width:418px;min-width:0;padding:var(--spacing-5x) var(--spacing-5x) var(--spacing-6x);position:relative;transition:var(--transition);width:100%}.product-card:hover{border-color:var(--primary-base);box-shadow:0 5px 6px 0 rgba(0,0,0,.2)}.product-card__image-wrapper{background:var(--border-gray);height:305px;width:100%}.product-card__image{display:block;height:100%!important;object-fit:contain;width:100%}.product-card__content{display:flex;flex:1;flex-direction:column;gap:var(--spacing-5x);justify-content:space-between;min-width:0}.product-card__title{font-size:1.4444rem;margin-bottom:var(--spacing-3x);overflow-wrap:anywhere}.product-card__description{color:var(--text-light);font-size:.8333rem;line-height:1.4;margin-top:0;overflow-wrap:anywhere}.product-card__btn{align-items:center;color:var(--primary-base);display:flex;font-weight:700;gap:var(--spacing-2x);margin-top:0}.product-card__btn .icon-wrapper{margin-top:2px}@media (max-width:900px){.products-layout{gap:40px;grid-template-columns:1fr}.products-intro{max-width:100%}.product-card{max-width:418px}}@media (max-width:768px){.products-layout{gap:32px}.product-card__image-wrapper{height:240px}}@media (max-width:640px){.product-card{max-width:100%;padding:var(--spacing-5x)}.product-card__image-wrapper{height:220px}.product-card__title{font-size:23px}}