.product-1 {
    display: flex;
    justify-content: center; /* Horizontal centering */
    width: 100%;
    height: 100vh; /* Full viewport height */
}
