.product-grid-custom {
    display: flex;
    gap: 6rem;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .product-grid-custom {
        flex-direction: row;
        gap: 5%;
    }
}