@media screen and (max-width: 768px) {
    .product-container {
        display: flex !important;
        flex-direction: column;
    }
}