.product-list{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin:0 auto}.discover{font-size:18px;margin-bottom:30px;padding-top:20px;text-align:center}.product{border:1px solid gray;border:1px solid rgba(0,0,0,.125);border-radius:5px;box-shadow:1px 1px 15px #0000001a;display:flex;flex-direction:column;height:150px;height:auto;overflow:hidden;width:220px}.product .thumb{background-color:#f1f1f1;height:140px}.product img{height:100%;width:100%}.product .title{font-size:16px;padding:15px}.bg-1{background-color:#0093e9;background-image:linear-gradient(160deg,#0093e9,#80d0c7)}@media screen and (max-width:768px){.product-list{margin-bottom:60px}.product{height:auto;width:160px}.product .thumb{height:120px}.product .title{font-size:13px}}
