.product-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);min-height:500px;overflow:hidden;text-align:center}.product-card img{height:auto;max-width:100%;object-fit:cover}.product-card h3{color:#000;font-size:19px;margin:10px 0}.product-card p{color:#3c3c3c;float:left;font-size:16px;padding:20px 15px}.product-card .link a{padding:0 px!important}.product-card button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px 20px;transition:background-color .2s}.product-card button:hover{background-color:#0056b3}.divider-line{background-color:#c6c6c6;float:center;height:1px;margin:0 auto;width:33%}