.product {
    width:300px;
    justify-content:center;
}
.products {
    display:flex;
    justify-content:center;
}

.product img{
    width:100%;
    height:auto;
}