.productspage{display:flex;flex-direction:column;align-items:flex-start}.productspage .products{display:flex;gap:70px;flex-wrap:wrap;width:120%}.product-item2 img{border-radius:2px;box-shadow:0 0 20px #00000077;border:2px solid var(--stepIconBorder);border-radius:8px;width:100%;height:200px;max-height:200px;max-width:380px;cursor:pointer;margin-bottom:3%}.product-item2{flex-direction:column;max-width:380px}.product-content2{display:flex;justify-content:space-between;width:100%;align-items:center}.product-details2{font-size:13px;font-weight:500;color:var(--stepDarkTextColor);margin-top:1.5%}.product-item2{display:flex;justify-content:space-between;font-size:16px;font-weight:600}.product-item2 p:nth-child(2){color:var(--mainColor2)}.product-name{color:#fff;font-size:20px;font-weight:600}@media (max-width:1600px){.product-item2 img{width:300px;height:160px}.product-item2{max-width:300px}.product-details2{font-size:10px}.product-item2{font-size:15px}.product-name{font-size:17px}}@media (max-width:1500px){.products{justify-content:center}}@media (max-width:800px){.productspage .products{width:100%}}